Skip to content

Commit

Permalink
Fix clippy test error
Browse files Browse the repository at this point in the history
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

0xCryptoZen authored and Hgamiui9 committed Mar 11, 2024
1 parent fbcab46 commit 12503b4
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/sui-cluster-test/src/faucet.rs
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ use sui_faucet::{
};
use sui_types::base_types::SuiAddress;
use sui_types::crypto::KeypairTraits;
use tracing::{debug, info, info_span, Instrument};
use tracing::{debug, info};
use uuid::Uuid;

pub struct FaucetClientFactory;
2 changes: 1 addition & 1 deletion crates/sui-cluster-test/src/wallet_client.rs
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ use sui_sdk::{SuiClient, SuiClientBuilder};
use sui_types::base_types::SuiAddress;
use sui_types::crypto::{KeypairTraits, Signature};
use sui_types::transaction::TransactionData;
use tracing::{info, info_span, Instrument};
use tracing::info;

pub struct WalletClient {
wallet_context: WalletContext,

0 comments on commit 12503b4

Please sign in to comment.