Skip to content

Commit e53eefd

Browse files
committed
fix broken test
1 parent fada798 commit e53eefd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pallets/subtensor/src/tests/mock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![allow(clippy::arithmetic_side_effects, clippy::unwrap_used)]
2+
use crate::utils::rate_limiting::TransactionType;
23
use frame_support::derive_impl;
34
use frame_support::dispatch::DispatchResultWithPostInfo;
45
use frame_support::weights::constants::RocksDbWeight;
@@ -10,7 +11,6 @@ use frame_support::{
1011
use frame_system as system;
1112
use frame_system::{limits, EnsureNever, EnsureRoot, RawOrigin};
1213
use pallet_collective::MemberCount;
13-
use pallet_subtensor::utils::rate_limiting::TransactionType;
1414
use sp_core::{Get, H256, U256};
1515
use sp_runtime::Perbill;
1616
use sp_runtime::{

0 commit comments

Comments
 (0)