fix: remove unused imports

This commit is contained in:
Radical 2025-05-07 21:22:38 +02:00
parent 3e64a49338
commit 9e56eec021
3 changed files with 3 additions and 5 deletions

View file

@ -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};