Removing wasm unused import warnings (#9492)

* Removing wasm unused import warnings

* cargo fmt
This commit is contained in:
Squirrel
2021-08-04 11:57:08 +01:00
committed by GitHub
parent 8f388559a1
commit 2f4db88b41
3 changed files with 8 additions and 2 deletions
@@ -18,6 +18,7 @@
//! Structs and helpers for distributing a voter's stake among various winners.
use crate::{Error, ExtendedBalance, IdentifierT, PerThing128, __OrInvalidIndex};
#[cfg(feature = "std")]
use codec::{Decode, Encode};
use sp_arithmetic::{
traits::{Bounded, Zero},