Skip to content

Commit e079195

Browse files
committed
cargo fix
1 parent ad552cc commit e079195

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

runtime/tests/pallet_proxy.rs

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
use frame_support::{assert_ok, traits::InstanceFilter, BoundedVec};
1+
use frame_support::{assert_ok, traits::InstanceFilter};
22
use node_subtensor_runtime::{
3-
AccountId, BalancesCall, BlockNumber, BuildStorage, Proxy, ProxyType, Runtime, RuntimeCall,
4-
RuntimeGenesisConfig, RuntimeOrigin, SubtensorModule, Sudo, System, SystemCall,
5-
TriumvirateCollective,
3+
AccountId, BalancesCall, BuildStorage, Proxy, ProxyType, Runtime, RuntimeCall,
4+
RuntimeGenesisConfig, RuntimeOrigin, SubtensorModule, System, SystemCall,
65
};
7-
use sp_runtime::traits::{BlakeTwo256, Hash};
86

97
use frame_support::dispatch::Encode;
108

0 commit comments

Comments
 (0)