Skip to content

Commit 9b582ce

Browse files
committed
fix: import
1 parent f47f603 commit 9b582ce

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/tasks/submit/flashbots.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ use alloy::{
1212
rpc::types::mev::{BundleItem, MevSendBundle, ProtocolVersion},
1313
};
1414
use eyre::OptionExt;
15-
use init4_bin_base::{
16-
deps::metrics::counter, deps::tracing::Instrument, utils::signer::LocalOrAws,
17-
};
15+
use init4_bin_base::{deps::metrics::counter, utils::signer::LocalOrAws};
1816
use tokio::{sync::mpsc, task::JoinHandle};
19-
use tracing::debug;
17+
use tracing::{Instrument, debug};
2018

2119
/// Handles construction, simulation, and submission of rollup blocks to the
2220
/// Flashbots network.

0 commit comments

Comments
 (0)