Skip to content

Commit

Permalink
lint: remove extra import
Browse files Browse the repository at this point in the history
  • Loading branch information
Meshiest committed Apr 19, 2024
1 parent c9f12ee commit 01b2531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/aot/src/runner/metrics.rs
Original file line number Diff line number Diff line change
@@ -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];

Expand Down

0 comments on commit 01b2531

Please sign in to comment.