Skip to content

Commit

Permalink
fix: imports on feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
kaimen-sano committed Mar 11, 2024
1 parent baf433f commit 6850e45
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ use schemars::JsonSchema;
#[cfg(not(feature = "injective"))]
use serde::{Deserialize, Serialize};

#[cfg(feature = "token_factory")]
use crate::state::PAIR_INFO;

use white_whale_std::fee::Fee;
use white_whale_std::pool_network;
use white_whale_std::pool_network::asset::{AssetInfo, AssetInfoRaw, PairType};
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
use anybuf::Anybuf;
use cosmwasm_std::testing::{mock_env, mock_info, MOCK_CONTRACT_ADDR};
use cosmwasm_std::{
attr, coins, from_json, to_json_binary, BankMsg, Coin, CosmosMsg, Decimal, Reply, ReplyOn,
Expand Down

0 comments on commit 6850e45

Please sign in to comment.