Skip to content

Commit

Permalink
fix: remove unusued dependency from papyrus network (#210)
Browse files Browse the repository at this point in the history
commit-id:e2a9f653
  • Loading branch information
Itay-Tsabary-Starkware authored Jul 30, 2024
1 parent aa6a712 commit 0d26b7a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/papyrus_network/src/bin_utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use std::str::FromStr;
use std::time::Duration;

use libp2p::identity::Keypair;
use libp2p::swarm::dial_opts::DialOpts;
use libp2p::swarm::NetworkBehaviour;
use libp2p::{noise, yamux, Multiaddr, Swarm, SwarmBuilder};
use tracing::debug;
Expand Down

0 comments on commit 0d26b7a

Please sign in to comment.