mirror of
https://github.com/tokio-rs/axum.git
synced 2026-08-29 00:00:18 +02:00
don't need this import
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
use super::{FromRequest, Request};
|
||||
use crate::body::Bytes;
|
||||
use async_trait::async_trait;
|
||||
use axum_core::body::Body;
|
||||
use axum_core::response::{IntoResponse, Response};
|
||||
use axum_core::RequestExt;
|
||||
use futures_util::stream::Stream;
|
||||
|
||||
Reference in New Issue
Block a user