diff options
| author | Fuwn <[email protected]> | 2022-07-12 21:38:33 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-07-12 21:38:33 +0000 |
| commit | 4fb64577226dd46886e49e2c3590f9c0d8d539ab (patch) | |
| tree | 422d071e24e666b6e13138ae759f4cfd94952426 /src | |
| parent | Merge pull request #19 from SebaUbuntu/main (diff) | |
| download | api-worker-4fb64577226dd46886e49e2c3590f9c0d8d539ab.tar.xz api-worker-4fb64577226dd46886e49e2c3590f9c0d8d539ab.zip | |
fix(utils): remove unused import
Diffstat (limited to 'src')
| -rw-r--r-- | src/utils.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/utils.rs b/src/utils.rs index ff272c0..9044b04 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -18,10 +18,8 @@ use std::{lazy::SyncLazy, sync::Mutex}; -use worker::Cors; - -use urlparse::quote; use urlparse::unquote; +use worker::Cors; use crate::{ constants, |