Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Removes unused import (#9007)
Browse files Browse the repository at this point in the history
  • Loading branch information
0x7CFE authored Jun 3, 2021
1 parent b14fdf5 commit 2562dda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frame/democracy/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use codec::Encode;
use frame_support::{
assert_noop, assert_ok, parameter_types, ord_parameter_types,
traits::{SortedMembers, OnInitialize, Filter, GenesisBuild},
weights::Weight, storage::StorageMap,
weights::Weight,
};
use sp_core::H256;
use sp_runtime::{
Expand Down

0 comments on commit 2562dda

Please sign in to comment.