diff --git a/src/auth0/mod.rs b/src/auth0/mod.rs index aa22240..c8c8984 100644 --- a/src/auth0/mod.rs +++ b/src/auth0/mod.rs @@ -1,7 +1,6 @@ //! Stuff used to provide JWT authentication via Auth0 use std::sync::{Arc, RwLock, RwLockReadGuard, RwLockWriteGuard}; -use std::time::Duration; use reqwest::Client; use tokio::task::JoinHandle;