Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Jul 15, 2024
1 parent d696b5d commit 7217179
Showing 1 changed file with 2 additions and 14 deletions.
16 changes: 2 additions & 14 deletions sequencer/src/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1071,10 +1071,7 @@ mod test {
};
use hotshot_types::{
event::LeafInfo,
traits::{
metrics::NoMetrics,
node_implementation::{ConsensusTime, NodeType},
},
traits::{metrics::NoMetrics, node_implementation::ConsensusTime},
ValidatorConfig,
};
use jf_merkle_tree::prelude::{MerkleProof, Sha3Node};
Expand All @@ -1088,16 +1085,7 @@ mod test {
use tide_disco::{app::AppHealth, error::ServerError, healthcheck::HealthStatus};
use vbs::version::Version;

use self::{
data_source::{testing::TestableSequencerDataSource, PublicHotShotConfig},
sql::DataSource as SqlDataSource,
};
use super::*;
use crate::{
catchup::StatePeers,
persistence::no_storage,
testing::{TestConfig, TestConfigBuilder},
};
use self::data_source::PublicHotShotConfig;

#[async_std::test]
async fn test_healthcheck() {
Expand Down

0 comments on commit 7217179

Please sign in to comment.