Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
sandreae committed Jun 18, 2024
1 parent f2d464d commit 1155a10
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion aquadoggo/src/network/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use std::time::Duration;

use anyhow::Result;
use libp2p::multiaddr::Protocol;
use libp2p::swarm::behaviour::ConnectionEstablished;
use libp2p::swarm::dial_opts::{DialOpts, PeerCondition};
use libp2p::swarm::SwarmEvent;
use libp2p::{identify, mdns, relay, rendezvous, Multiaddr, PeerId, Swarm};
Expand Down

0 comments on commit 1155a10

Please sign in to comment.