Skip to content

Commit

Permalink
rm unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
CyberHoward committed Sep 12, 2023
1 parent 91e5198 commit 0092704
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/contracts/native/ans-host/src/queries.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ use abstract_sdk::cw_helpers::load_many;
use cosmwasm_std::{to_binary, Binary, Deps, Env, Order, StdError, StdResult, Storage};
use cw_asset::AssetInfoUnchecked;
use cw_storage_plus::Bound;
use std::str::FromStr;

pub(crate) const DEFAULT_LIMIT: u8 = 15;
pub(crate) const MAX_LIMIT: u8 = 25;
Expand Down Expand Up @@ -301,6 +300,8 @@ fn load_pool_metadata_entry(

#[cfg(test)]
mod test {
use std::str::FromStr;

use abstract_core::ans_host::*;
use abstract_core::objects::chain_name::ChainName;
use abstract_core::objects::PoolType;
Expand Down

0 comments on commit 0092704

Please sign in to comment.