Skip to content

Commit

Permalink
Fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpolaczyk committed Sep 27, 2023
1 parent c35632d commit d15139f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions runtime/dancebox/tests/common/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use {
cumulus_primitives_core::{ParaId, PersistedValidationData},
cumulus_primitives_parachain_inherent::ParachainInherentData,
dancebox_runtime::{AuthorInherent, AuthorityAssignment},
dancebox_runtime::{AuthorInherent, AuthorityAssignment, MaxLengthTokenSymbol},
frame_support::{
assert_ok,
dispatch::Dispatchable,
Expand All @@ -37,8 +37,6 @@ use {

mod xcm;

use cumulus_primitives_core::relay_chain::well_known_keys;
use dancebox_runtime::MaxLengthTokenSymbol;
pub use dancebox_runtime::{
AccountId, Balance, Balances, Initializer, ParachainInfo, Registrar, Runtime, RuntimeCall,
RuntimeEvent, Session, System,
Expand Down

0 comments on commit d15139f

Please sign in to comment.