Skip to content

Commit

Permalink
fix(pallet-xcm-benchmarks): missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoaguirre committed Nov 27, 2024
1 parent a7f59d9 commit 9d93d81
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ use crate::{account_and_location, new_executor, EnsureDelivery, XcmCallOf};
use alloc::{vec, vec::Vec};
use codec::Encode;
use frame_benchmarking::{benchmarks, BenchmarkError};
use frame_support::traits::fungible::Inspect;
use frame_support::{BoundedVec, traits::fungible::Inspect};
use xcm::{
latest::{prelude::*, MaxDispatchErrorLen, MaybeErrorCode, Weight, MAX_ITEMS_IN_ASSETS},
DoubleEncoded,
Expand Down

0 comments on commit 9d93d81

Please sign in to comment.