Skip to content

Commit

Permalink
fix: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
OnyxSkyscape committed Mar 20, 2023
1 parent 408bf06 commit a511f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gn-runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a511f62

Please sign in to comment.