Skip to content

Commit

Permalink
fix: remove unused imports in test
Browse files Browse the repository at this point in the history
  • Loading branch information
jinsankim committed Feb 20, 2023
1 parent f53e2a7 commit d43efa0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/net/network/src/session/active.rs
Original file line number Diff line number Diff line change
Expand Up @@ -719,8 +719,8 @@ mod tests {
};
use reth_ecies::util::pk2id;
use reth_eth_wire::{
EthVersion, GetBlockBodies, HelloMessage, NewPooledTransactionHashes66, ProtocolVersion,
Status, StatusBuilder, UnauthedEthStream, UnauthedP2PStream,
EthVersion, GetBlockBodies, HelloMessage, ProtocolVersion, Status, StatusBuilder,
UnauthedEthStream, UnauthedP2PStream,
};
use reth_net_common::bandwidth_meter::BandwidthMeter;
use reth_primitives::{ForkFilter, Hardfork, MAINNET};
Expand Down

0 comments on commit d43efa0

Please sign in to comment.