Skip to content

Commit

Permalink
Make clippy happier
Browse files Browse the repository at this point in the history
  • Loading branch information
andor0 committed Dec 29, 2021
1 parent 7651d42 commit 00651a2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime/dali/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ use sp_api::impl_runtime_apis;
use sp_core::{crypto::KeyTypeId, OpaqueMetadata};
use sp_runtime::{
create_runtime_str, generic, impl_opaque_keys,
traits::{
AccountIdConversion, AccountIdLookup, BlakeTwo256, Block as BlockT, ConvertInto, Zero,
},
traits::{AccountIdConversion, AccountIdLookup, BlakeTwo256, Block as BlockT, Zero},
transaction_validity::{TransactionSource, TransactionValidity},
ApplyExtrinsicResult,
};
Expand Down

0 comments on commit 00651a2

Please sign in to comment.