Skip to content

Commit

Permalink
Unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Mar 20, 2024
1 parent e7f9bb5 commit dc9e6bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use bridge_hub_kusama_runtime::{
};
use codec::{Decode, Encode};
use emulated_integration_tests_common::xcm_emulator::ConvertLocation;
use frame_support::{pallet_prelude::TypeInfo, traits::PalletInfoAccess};
use frame_support::pallet_prelude::TypeInfo;
use hex_literal::hex;
use kusama_system_emulated_network::{
penpal_emulated_chain::CustomizableAssetFromSystemAssetHub,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use bridge_hub_polkadot_runtime::{
};
use codec::{Decode, Encode};
use emulated_integration_tests_common::xcm_emulator::ConvertLocation;
use frame_support::{pallet_prelude::TypeInfo, traits::PalletInfoAccess};
use frame_support::pallet_prelude::TypeInfo;
use hex_literal::hex;
use polkadot_system_emulated_network::{
penpal_emulated_chain::CustomizableAssetFromSystemAssetHub,
Expand Down

0 comments on commit dc9e6bc

Please sign in to comment.