Skip to content

Commit a452dd8

Browse files
committed
🔥 refactor(mock.rs): remove unused import of types::InitialSetupArgs in pallet_afloat mock module
1 parent beb7481 commit a452dd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pallets/afloat/src/mock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use crate::{self as pallet_afloat, types::InitialSetupArgs};
1+
use crate::{self as pallet_afloat};
22
use frame_support::{
33
parameter_types,
44
traits::{AsEnsureOriginWithArg, ConstU32, ConstU64, Currency},

0 commit comments

Comments
 (0)