Skip to content

Commit

Permalink
remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
samkim-crypto committed Nov 8, 2024
1 parent 173d005 commit 8d29c64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion token/cli/src/bench.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/// The `bench` subcommand
use {
crate::{clap_app::Error, command::CommandResult, config::Config},
clap::{value_t_or_exit, ArgMatches},
clap::ArgMatches,
solana_clap_v3_utils::input_parsers::{pubkey_of_signer, Amount},
solana_client::{
nonblocking::rpc_client::RpcClient, rpc_client::RpcClient as BlockingRpcClient,
Expand Down

0 comments on commit 8d29c64

Please sign in to comment.