Skip to content

Commit 177c47a

Browse files
committed
fix merge conflict
1 parent bba97c8 commit 177c47a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pallets/subtensor/tests/mock.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
#![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;
2+
53
// use frame_support::weights::constants::WEIGHT_PER_SECOND;
64
use frame_support::weights::Weight;
75
use frame_support::{
86
assert_ok, derive_impl,
97
dispatch::DispatchResultWithPostInfo,
108
parameter_types,
119
traits::{Everything, Hooks},
10+
weights::constants::RocksDbWeight,
1211
};
1312
use frame_system as system;
1413
use frame_system::{limits, EnsureNever, EnsureRoot, RawOrigin};

0 commit comments

Comments
 (0)