Skip to content

Commit

Permalink
Rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Aug 21, 2024
1 parent bbe9b7b commit c7149e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/threshold-signature-server/src/user/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use bip39::{Language, Mnemonic};
use blake3::hash;
use entropy_client::substrate::get_registered_details;
use entropy_client::{
client::{register, sign, store_program, update_programs},
client::{sign, store_program, update_programs},
user::get_signers_from_chain,
};
use entropy_kvdb::{
Expand Down

0 comments on commit c7149e7

Please sign in to comment.