We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a54e41 commit 1d22730Copy full SHA for 1d22730
toolkit/committee-selection/pallet/src/lib.rs
@@ -36,7 +36,7 @@ pub mod pallet {
36
use sp_runtime::traits::{MaybeSerializeDeserialize, One, Zero};
37
use sp_session_validator_management::*;
38
use sp_std::fmt::Display;
39
- use sp_std::{ops::Add, vec, vec::Vec};
+ use sp_std::{ops::Add, vec::Vec};
40
41
const STORAGE_VERSION: StorageVersion = StorageVersion::new(1);
42
0 commit comments