fix: remove unused imports
This commit is contained in:
parent
3e64a49338
commit
9e56eec021
3 changed files with 3 additions and 5 deletions
|
@ -1,7 +1,6 @@
|
|||
use actix_web::{Error, HttpRequest, HttpResponse, get, web};
|
||||
use log::error;
|
||||
use serde::Serialize;
|
||||
use tokio::sync::Mutex;
|
||||
use uuid::Uuid;
|
||||
|
||||
use crate::{Data, api::v1::auth::check_access_token, utils::get_auth_header};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue