remove unnecessary import
This commit is contained in:
parent
e39a4ab897
commit
0fc45bb4aa
|
@ -8,7 +8,6 @@ use axum::body::Full;
|
|||
use axum::extract::DefaultBodyLimit;
|
||||
use axum::extract::Multipart;
|
||||
use axum::http::StatusCode;
|
||||
use axum::response::IntoResponse;
|
||||
use axum::response::Response;
|
||||
use axum::routing::post;
|
||||
use axum::Router;
|
||||
|
|
Loading…
Reference in New Issue