Skip to content

Commit

Permalink
fix: remove unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Dec 1, 2024
1 parent 41af26e commit 99b134b
Showing 1 changed file with 1 addition and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,7 @@

#![cfg(test)]

use parachains_common::AccountId;
use people_westend_runtime::{
xcm_config::LocationToAccountId, Block, Runtime, RuntimeCall, RuntimeOrigin,
};
use sp_core::crypto::Ss58Codec;
use xcm::latest::prelude::*;
use xcm_runtime_apis::conversions::LocationToAccountHelper;

const ALICE: [u8; 32] = [1u8; 32];
use people_westend_runtime::Block, Runtime, RuntimeCall, RuntimeOrigin;

#[test]
fn xcm_payment_api_works() {
Expand Down

0 comments on commit 99b134b

Please sign in to comment.