Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
  • Loading branch information
bnjjj committed Jun 7, 2022
1 parent b228a44 commit 54b11d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apollo-router/src/plugins/traffic_shaping/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ mod test {
use std::sync::Arc;

use futures::stream::BoxStream;
use futures::StreamExt
use futures::StreamExt;
use once_cell::sync::Lazy;
use serde_json_bytes::{ByteString, Value};
use tower::{util::BoxCloneService, Service};
Expand Down

0 comments on commit 54b11d2

Please sign in to comment.