From 2dda611455da8fd9e7a295ac635b04d0ea862de6 Mon Sep 17 00:00:00 2001 From: Samuel Dare Date: Tue, 2 Jul 2024 23:43:50 +0400 Subject: [PATCH] chore: lints --- pallets/subtensor/tests/mock.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/pallets/subtensor/tests/mock.rs b/pallets/subtensor/tests/mock.rs index d4f5940b8..3e7e74f95 100644 --- a/pallets/subtensor/tests/mock.rs +++ b/pallets/subtensor/tests/mock.rs @@ -3,9 +3,7 @@ use frame_support::derive_impl; use frame_support::dispatch::DispatchResultWithPostInfo; use frame_support::weights::constants::RocksDbWeight; use frame_support::{ - assert_ok, - dispatch::DispatchResultWithPostInfo, - parameter_types, + assert_ok, parameter_types, traits::{Everything, Hooks}, weights, };