Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eserilev committed Oct 16, 2024
1 parent d0929b9 commit 68fb7bd
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions validator_client/src/beacon_node_health.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use itertools::Itertools;
use serde::{Deserialize, Serialize};
use std::cmp::Ordering;
use std::fmt::{Debug, Display, Formatter};
use std::str::FromStr;
use types::Slot;

/// Sync distances between 0 and DEFAULT_SYNC_TOLERANCE are considered `synced`.
Expand Down Expand Up @@ -281,7 +279,6 @@ mod tests {
SyncDistanceTier,
};
use crate::beacon_node_fallback::Config;
use std::str::FromStr;
use types::Slot;

#[test]
Expand Down

0 comments on commit 68fb7bd

Please sign in to comment.