Skip to content

Commit 395d587

Browse files
committed
cleanup
1 parent 6701929 commit 395d587

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tasks/submit/task.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ use alloy::{
1717
use eyre::bail;
1818
use init4_bin_base::deps::{
1919
metrics::{counter, histogram},
20-
tracing::{debug, debug_span, error, info, warn},
20+
tracing::{Instrument, debug, debug_span, error, info, warn},
2121
};
2222
use signet_constants::SignetSystemConstants;
2323
use std::time::Instant;
2424
use tokio::{sync::mpsc, task::JoinHandle};
25-
use tracing::Instrument;
2625

2726
macro_rules! spawn_provider_send {
2827
($provider:expr, $tx:expr) => {

0 commit comments

Comments
 (0)