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

Commit 8d29c64

Browse files
committed
remove unnecessary imports
1 parent 173d005 commit 8d29c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/cli/src/bench.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/// The `bench` subcommand
22
use {
33
crate::{clap_app::Error, command::CommandResult, config::Config},
4-
clap::{value_t_or_exit, ArgMatches},
4+
clap::ArgMatches,
55
solana_clap_v3_utils::input_parsers::{pubkey_of_signer, Amount},
66
solana_client::{
77
nonblocking::rpc_client::RpcClient, rpc_client::RpcClient as BlockingRpcClient,

0 commit comments

Comments
 (0)