Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
jpserrat committed Jul 18, 2024
1 parent 487cf05 commit 1d26287
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion polkadot/xcm/xcm-executor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ extern crate alloc;
use alloc::{vec, vec::Vec};
use codec::{Decode, Encode};
use core::{fmt::Debug, marker::PhantomData};
use std::result;
use frame_support::{
dispatch::GetDispatchInfo,
ensure,
Expand Down

0 comments on commit 1d26287

Please sign in to comment.