Skip to content

Commit

Permalink
refactor: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
phra committed Sep 5, 2019
1 parent ee27a1d commit cbf72e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fuzzbuster/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use futures::Stream;
use hyper::{
client::HttpConnector,
rt::{self, Future},
Body, Client, Method, Request, StatusCode,
Body, Client, Request, StatusCode,
};
use hyper_tls::{self, HttpsConnector};
use itertools::Itertools;
Expand Down

0 comments on commit cbf72e1

Please sign in to comment.