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

Commit a696806

Browse files
committed
remove unused imports
1 parent 3845c05 commit a696806

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
@@ -8,7 +8,7 @@ use {
88
solana_clap_v3_utils::{
99
fee_payer::fee_payer_arg,
1010
input_parsers::{signer::SignerSourceParserBuilder, Amount},
11-
input_validators::{is_pubkey, is_url_or_moniker, is_valid_pubkey, is_valid_signer},
11+
input_validators::{is_url_or_moniker, is_valid_signer},
1212
memo::memo_arg,
1313
nonce::*,
1414
offline::{self, *},

0 commit comments

Comments
 (0)