mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 19:51:05 +00:00
Remove unused imports and extern crate (#5245)
This commit is contained in:
@@ -348,9 +348,8 @@ mod tests {
|
||||
use sp_runtime::{
|
||||
Perbill,
|
||||
testing::Header,
|
||||
traits::{BlakeTwo256, IdentityLookup, Identity, OnRuntimeUpgrade},
|
||||
traits::{BlakeTwo256, IdentityLookup, Identity},
|
||||
};
|
||||
use sp_storage::Storage;
|
||||
|
||||
impl_outer_origin! {
|
||||
pub enum Origin for Test where system = frame_system {}
|
||||
|
||||
Reference in New Issue
Block a user