aboutsummaryrefslogtreecommitdiff
path: root/p2p/examples
diff options
context:
space:
mode:
Diffstat (limited to 'p2p/examples')
-rw-r--r--p2p/examples/monitor.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/p2p/examples/monitor.rs b/p2p/examples/monitor.rs
index 1629207..cda8972 100644
--- a/p2p/examples/monitor.rs
+++ b/p2p/examples/monitor.rs
@@ -1,6 +1,6 @@
mod shared;
-use std::{sync::Arc, time::Duration};
+use std::sync::Arc;
use clap::Parser;
use log::error;