Skip to content

Commit

Permalink
Fix unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ackintosh committed Feb 28, 2024
1 parent ce3eab3 commit 6c37f88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion beacon_node/lighthouse_network/src/service/behaviour.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use crate::gossipsub;
use libp2p::identify;
use libp2p::swarm::NetworkBehaviour;
use libp2p::upnp::tokio::Behaviour as Upnp;
use slot_clock::SlotClock;
use types::EthSpec;

use super::api_types::RequestId;
Expand Down

0 comments on commit 6c37f88

Please sign in to comment.