Skip to content

Commit

Permalink
Fix redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
ryardley committed Nov 30, 2024
1 parent 3147839 commit 5ba188e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/ciphernode/enclave_node/src/aggregator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@ use data::RepositoriesFactory;
use enclave_core::EventBus;
use evm::{
helpers::{get_signer_from_repository, ProviderConfig, RPC},
CiphernodeRegistryReaderRepositoryFactory, CiphernodeRegistrySol, CiphernodeRegistrySol,
EnclaveSol, EnclaveSol, EnclaveSolReaderRepositoryFactory, EthPrivateKeyRepositoryFactory,
RegistryFilterSol, RegistryFilterSol,
CiphernodeRegistryReaderRepositoryFactory, CiphernodeRegistrySol, EnclaveSol,
EnclaveSolReaderRepositoryFactory, EthPrivateKeyRepositoryFactory, RegistryFilterSol,
};
use logger::SimpleLogger;
use net::NetworkRelay;
Expand Down

0 comments on commit 5ba188e

Please sign in to comment.