Skip to content

Commit

Permalink
remove unnecessary import
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Jan 22, 2024
1 parent a300fdb commit 7b3f85b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions clap-v3-utils/src/keypair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,7 @@
use {
crate::{
input_parsers::{
pubkeys_sigs_of,
signer::{try_pubkeys_sigs_of, SignerSource, SignerSourceKind},
},
input_parsers::signer::{try_pubkeys_sigs_of, SignerSource, SignerSourceKind},
offline::{SIGNER_ARG, SIGN_ONLY_ARG},
ArgConstant,
},
Expand Down

0 comments on commit 7b3f85b

Please sign in to comment.