Skip to content

Commit

Permalink
chore: cleanup unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Karrenbelt committed Sep 4, 2024
1 parent b14b17b commit 633e593
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion grandine/src/grandine_config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ use builder_api::BuilderConfig;
use eth1_api::AuthOptions;
use features::Feature;
use http_api::HttpApiConfig;
use itertools::Itertools as _;
use p2p::NetworkConfig;
use reqwest::Url;
use runtime::{MetricsConfig, StorageConfig};
Expand Down
2 changes: 1 addition & 1 deletion logging/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use derive_more::Display;
use tracing::info;
use tracing_appender::non_blocking::NonBlocking;
use tracing_appender::rolling::{RollingFileAppender, Rotation};
use tracing_subscriber::{fmt, layer::SubscriberExt, util::SubscriberInitExt, EnvFilter};
use tracing_subscriber::{fmt, layer::SubscriberExt, EnvFilter};

pub static PEER_LOG_METRICS: PeerLogMetrics = PeerLogMetrics::new(0);

Expand Down

0 comments on commit 633e593

Please sign in to comment.