Removed some unused imports

This commit is contained in:
Jedrzej Stuczynski
2020-01-10 16:06:41 +00:00
parent c810d0d957
commit 90266175a1
@@ -1,11 +1,7 @@
use crate::validator::health_check::path_check::PathChecker;
use crate::validator::health_check::score::NodeScore;
use crypto::identity::{
DummyMixIdentityKeyPair, DummyMixIdentityPublicKey, MixnetIdentityKeyPair,
MixnetIdentityPublicKey,
};
use log::{debug, error, warn};
use sphinx::route::NodeAddressBytes;
use crypto::identity::{DummyMixIdentityKeyPair, MixnetIdentityKeyPair};
use log::{debug, warn};
use std::collections::HashMap;
use std::fmt::{Error, Formatter};
use topology::NymTopology;