Skip to content

Commit

Permalink
remvoed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
x3c41a committed Sep 30, 2024
1 parent a849317 commit 8c39253
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ use frame_support::{
use parachains_common::{AccountId, AssetIdForTrustBackedAssets, AuraId, Balance};
use sp_consensus_aura::SlotDuration;
use sp_core::crypto::Ss58Codec;
use sp_runtime::{
traits::{IdentifyAccount, MaybeEquivalence, Verify},
MultiSignature,
};
use sp_runtime::traits::MaybeEquivalence;
use std::{convert::Into, ops::Mul};
use testnet_parachains_constants::westend::{consensus::*, currency::UNITS, fee::WeightToFee};
use xcm::latest::prelude::{Assets as XcmAssets, *};
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -504,8 +504,6 @@ mod bridge_hub_bulletin_tests {
RococoBulletinGlobalConsensusNetwork, RococoBulletinGlobalConsensusNetworkLocation,
WithRococoBulletinMessagesInstance, XcmOverPolkadotBulletinInstance,
};
use sp_core::crypto::Ss58Codec;
use xcm_runtime_apis::conversions::LocationToAccountHelper;

// Random para id of sibling chain used in tests.
pub const SIBLING_PEOPLE_PARACHAIN_ID: u32 =
Expand Down

0 comments on commit 8c39253

Please sign in to comment.