diff --git a/src/api/users/users.rs b/src/api/users/users.rs index b76f4b4..ff0638d 100644 --- a/src/api/users/users.rs +++ b/src/api/users/users.rs @@ -1,4 +1,3 @@ -use std::sync::{Arc, RwLock}; use std::{cell::RefCell, rc::Rc}; use reqwest::Client;