diff --git a/crates/aot/src/runner/metrics.rs b/crates/aot/src/runner/metrics.rs index 5a6ba6de..0548f46e 100644 --- a/crates/aot/src/runner/metrics.rs +++ b/crates/aot/src/runner/metrics.rs @@ -1,7 +1,7 @@ // This file exists because the NAMES in the snarkos-node-metrics are // `pub(super)` for some reason. -use metrics::{bft, blocks, committee, consensus, router, tcp}; +use metrics::{bft, blocks, consensus, router, tcp}; pub const COUNTER_NAMES: [&str; 1] = [bft::LEADERS_ELECTED];