Skip to content

Commit 605fd22

Browse files
committed
remove unnecessary import in tests
1 parent b964aca commit 605fd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/net/api/tests/getattachmentsinv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ use super::TestRPC;
2323
use crate::net::api::*;
2424
use crate::net::connection::ConnectionOptions;
2525
use crate::net::httpcore::{
26-
HttpPreambleExtensions as _, RPCRequestHandler, StacksHttp, StacksHttpRequest,
26+
RPCRequestHandler, StacksHttp, StacksHttpRequest,
2727
};
2828
use crate::net::{Attachment, ProtocolFamily};
2929

0 commit comments

Comments
 (0)