Skip to content

Commit 05b376a

Browse files
committed
🔧 chore(lib.rs): remove unused import of Scale trait
The Scale trait is no longer used in the codebase, so the import statement has been removed to improve code readability and reduce unnecessary dependencies.
1 parent 0b44418 commit 05b376a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎pallets/afloat/src/lib.rs‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,11 @@ pub mod types;
1515
pub mod pallet {
1616
use frame_support::{
1717
pallet_prelude::*,
18-
traits::{Currency, Time},
18+
traits::Currency,
1919
};
2020
use frame_system::{pallet_prelude::*, RawOrigin};
2121
use pallet_fruniques::types::{Attributes, CollectionDescription, FruniqueRole, ParentInfo};
2222
use pallet_gated_marketplace::types::*;
23-
use sp_runtime::traits::Scale;
2423
const STORAGE_VERSION: StorageVersion = StorageVersion::new(0);
2524

2625
use crate::types::*;

0 commit comments

Comments
 (0)