Skip to content

Commit

Permalink
Clean up unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Aug 22, 2024
1 parent 8f3a99c commit 805237d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/helpers/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use crate::{
ValidatorName, DEFAULT_ENDPOINT,
},
logger::{Instrumentation, Logger},
substrate::{query_chain, submit_transaction},
substrate::submit_transaction,
validator::get_signer_and_x25519_secret_from_mnemonic,
},
signing_client::ListenerState,
Expand Down
5 changes: 2 additions & 3 deletions crates/threshold-signature-server/src/user/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ use crate::{
signing::Hasher,
substrate::{get_oracle_data, query_chain, submit_transaction},
tests::{
check_has_confirmation, create_clients, initialize_test_logger,
jump_start_network_with_signer, remove_program, run_to_block, setup_client,
spawn_testing_validators, unsafe_get,
create_clients, initialize_test_logger, jump_start_network_with_signer, remove_program,
run_to_block, setup_client, spawn_testing_validators, unsafe_get,
},
user::compute_hash,
validator::get_signer_and_x25519_secret_from_mnemonic,
Expand Down

0 comments on commit 805237d

Please sign in to comment.