Skip to content

Commit

Permalink
correct CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Chralt98 committed Dec 19, 2024
1 parent 9ae32d9 commit a932be0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions zrml/neo-swaps/src/migration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ use crate::{
AssetOf, BalanceOf, Config, LiquidityTreeOf, MarketIdOf, MarketIdToPoolId, Pallet, PoolCount,
Pools,
};
use alloc::{fmt::Debug, vec};
use alloc::{fmt::Debug, vec, vec::Vec};
use core::marker::PhantomData;
use frame_support::{
migration::storage_key_iter,
Expand All @@ -40,7 +40,7 @@ use zrml_market_commons::MarketCommonsPalletApi;

cfg_if::cfg_if! {
if #[cfg(feature = "try-runtime")] {
use alloc::{format, vec::Vec, collections::BTreeMap};
use alloc::{format, collections::BTreeMap};
use sp_runtime::DispatchError;
}
}
Expand Down

0 comments on commit a932be0

Please sign in to comment.