Skip to content

Commit f45ca50

Browse files
committed
update
1 parent e87ad74 commit f45ca50

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lambda-http/src/streaming.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,10 +177,7 @@ where
177177
mod test_stream_adapter {
178178
use super::*;
179179

180-
use crate::{
181-
tower::{ServiceBuilder, ServiceExt},
182-
Body, Request, StreamAdapter,
183-
};
180+
use crate::Body;
184181
use http::StatusCode;
185182

186183
// A middleware that logs requests before forwarding them to another service

0 commit comments

Comments
 (0)