Skip to content

Commit

Permalink
make clippy happy
Browse files Browse the repository at this point in the history
  • Loading branch information
kukkok3 committed Jan 24, 2023
1 parent e1e8248 commit 5df4598
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4,12 +4,12 @@ use super::{RestClient, Result};
use jormungandr_automation::jormungandr::NodeAlias;
use jormungandr_automation::jormungandr::Status;
use jormungandr_automation::testing::NamedProcess;
use vit_servicing_station_lib::v0::endpoints::snapshot::DelegatorInfo;
use std::net::SocketAddr;
use std::process::Child;
use std::sync::{Arc, Mutex};
use vit_servicing_station_lib::db::models::challenges::Challenge;
use vit_servicing_station_lib::db::models::proposals::FullProposalInfo;
use vit_servicing_station_lib::v0::endpoints::snapshot::DelegatorInfo;
use vit_servicing_station_tests::common::raw_snapshot::RawSnapshot;
use vit_servicing_station_tests::common::snapshot::VoterInfo;

Expand Down

0 comments on commit 5df4598

Please sign in to comment.