Skip to content

Commit c518296

Browse files
committed
fix: remove unused oneshot import
1 parent 4fa8bc8 commit c518296

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/core/src/node/network_bridge/p2p_protoc.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ use std::{
1515
};
1616
use tokio::net::UdpSocket;
1717
use tokio::sync::mpsc::{self, error::TryRecvError, Receiver, Sender};
18-
use tokio::sync::oneshot::{self};
1918
use tokio::time::timeout;
2019
use tracing::Instrument;
2120

0 commit comments

Comments
 (0)