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 bba97c8 commit 177c47aCopy full SHA for 177c47a
pallets/subtensor/tests/mock.rs
@@ -1,14 +1,13 @@
1
#![allow(clippy::arithmetic_side_effects, clippy::unwrap_used)]
2
-use frame_support::derive_impl;
3
-use frame_support::dispatch::DispatchResultWithPostInfo;
4
-use frame_support::weights::constants::RocksDbWeight;
+
5
// use frame_support::weights::constants::WEIGHT_PER_SECOND;
6
use frame_support::weights::Weight;
7
use frame_support::{
8
assert_ok, derive_impl,
9
dispatch::DispatchResultWithPostInfo,
10
parameter_types,
11
traits::{Everything, Hooks},
+ weights::constants::RocksDbWeight,
12
};
13
use frame_system as system;
14
use frame_system::{limits, EnsureNever, EnsureRoot, RawOrigin};
0 commit comments