mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-20 07:01:02 +00:00
Remove useless imports (#11136)
Because `TryInto`/`TryFrom` are in prelude by default from edition 2021 Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
@@ -71,7 +71,6 @@ use safe_mix::TripletMix;
|
||||
use codec::Encode;
|
||||
use frame_support::traits::Randomness;
|
||||
use sp_runtime::traits::{Hash, Saturating};
|
||||
use sp_std::prelude::*;
|
||||
|
||||
const RANDOM_MATERIAL_LEN: u32 = 81;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user