aboutsummaryrefslogtreecommitdiff
path: root/src/utils.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils.rs')
-rw-r--r--src/utils.rs4
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,