Skip to content

Commit

Permalink
style: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
al3mart committed Jan 3, 2025
1 parent e25f6d4 commit 11af03e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions crates/pop-cli/tests/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ use pop_contracts::{
use serde::{Deserialize, Serialize};
use std::{path::Path, process::Command as Cmd, time::Duration};
use strum::VariantArray;
use subxt::{
client::OfflineClientT, config::DefaultExtrinsicParamsBuilder as Params, tx::Payload,
utils::to_hex,
};
use subxt::{config::DefaultExtrinsicParamsBuilder as Params, tx::Payload, utils::to_hex};
use subxt_signer::sr25519::dev;
use tokio::time::sleep;
use url::Url;
Expand Down

0 comments on commit 11af03e

Please sign in to comment.