Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit b6508ff

Browse files
committed
remove unused imports
1 parent a47d5b8 commit b6508ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/clap_app.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use {
66
solana_clap_v3_utils::{
77
fee_payer::fee_payer_arg,
88
input_parsers::{signer::SignerSourceParserBuilder, Amount},
9-
input_validators::{is_pubkey, is_url_or_moniker, is_valid_pubkey, is_valid_signer},
9+
input_validators::{is_url_or_moniker, is_valid_signer},
1010
memo::memo_arg,
1111
nonce::*,
1212
offline::{self, *},

0 commit comments

Comments
 (0)