From a511f623f1eef4b3195d59325561dd6e28123d3c Mon Sep 17 00:00:00 2001 From: OnyxSkyscape Date: Mon, 20 Mar 2023 18:24:16 +0100 Subject: [PATCH] fix: remove unused import --- gn-runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gn-runtime/src/lib.rs b/gn-runtime/src/lib.rs index 6e79aacd..18315a89 100644 --- a/gn-runtime/src/lib.rs +++ b/gn-runtime/src/lib.rs @@ -37,7 +37,7 @@ use frame_support::{ construct_runtime, pallet_prelude::TransactionPriority, parameter_types, - traits::{ConstU32, ConstU64, ConstU8, KeyOwnerProofSystem, ValidatorSet}, + traits::{ConstU32, ConstU64, ConstU8, KeyOwnerProofSystem}, weights::{ constants::{RocksDbWeight, WEIGHT_REF_TIME_PER_SECOND}, IdentityFee, Weight,