From 77855f381a4b72482258f778164011464a833447 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bruno=20Fran=C3=A7a?= Date: Mon, 20 Nov 2023 22:58:59 +0000 Subject: [PATCH] Minor fix --- node/tools/src/main.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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};