From 0acc04de1bb8dfd4037642d63ba430ef52936b70 Mon Sep 17 00:00:00 2001 From: Drew Stone Date: Fri, 29 Sep 2023 14:55:31 +0400 Subject: [PATCH] Fix --- precompiles/staking/src/tests.rs | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/precompiles/staking/src/tests.rs b/precompiles/staking/src/tests.rs index 2a13438d7..daa359c8a 100644 --- a/precompiles/staking/src/tests.rs +++ b/precompiles/staking/src/tests.rs @@ -15,11 +15,9 @@ // See the License for the specific language governing permissions and // limitations under the License. -use crate::{ - mock::{ - active_era, mock_pub_key, new_test_ext, start_session, Balances, PCall, Precompiles, - PrecompilesValue, Runtime, TestAccount, - }, +use crate::mock::{ + active_era, mock_pub_key, new_test_ext, start_session, Balances, PCall, Precompiles, + PrecompilesValue, Runtime, TestAccount, }; use frame_support::traits::Currency; use pallet_staking::Nominators;