Skip to content

Commit

Permalink
Fix use import
Browse files Browse the repository at this point in the history
  • Loading branch information
pgherveou committed Mar 19, 2024
1 parent b25d975 commit 62b76b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/e2e/src/sandbox_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ use crate::{

use frame_support::traits::fungible::Inspect;
use ink_sandbox::{
api::prelude::*,
pallet_balances,
pallet_contracts,
prelude::*,
AccountIdFor,
RuntimeCall,
Sandbox,
Expand Down

0 comments on commit 62b76b7

Please sign in to comment.