fix(api): removed unused imports
This commit is contained in:
parent
6a739e2dad
commit
df8010a797
|
@ -1,4 +1,3 @@
|
|||
use crate::backend::error::Error;
|
||||
use crate::backend::Backend;
|
||||
use actix_web::{post, web, HttpResponse, Responder};
|
||||
use actix_web_httpauth::extractors::bearer::BearerAuth;
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
pub mod invite;
|
||||
|
||||
use crate::backend::error::Error;
|
||||
use crate::backend::Backend;
|
||||
use actix_web::{post, web, HttpResponse, Responder};
|
||||
use log::error;
|
||||
|
|
Loading…
Reference in New Issue