diff --git a/node/tools/src/main.rs b/node/tools/src/main.rs index 9f5447b0..b133f949 100644 --- a/node/tools/src/main.rs +++ b/node/tools/src/main.rs @@ -11,10 +11,7 @@ use std::{ use tracing::metadata::LevelFilter; use tracing_subscriber::{prelude::*, Registry}; use vise_exporter::MetricsExporter; -use zksync_concurrency::{ - ctx::{self}, - scope, time, -}; +use zksync_concurrency::{ctx, scope, time}; use zksync_consensus_executor::Executor; use zksync_consensus_storage::{BlockStore, RocksdbStorage}; use zksync_consensus_tools::{ConfigPaths, Configs};