Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
technicallyty committed Sep 27, 2024
1 parent 92f46ac commit 5dfd9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/developers/connect-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The following checks should be made before utilizing a price from Connect in a c
use connect_sdk::bindings::query::ConnectQuery;
use connect_sdk::bindings::querier::ConnectQuerier;
use connect_sdk::bindings::marketmap::types::CurrencyPair;
use cosmwasm_std::{entry_point, Binary, Deps, DepsMut, Empty, Env, MessageInfo, Response, StdResult, to_json_binary, Int128, StdError};
use cosmwasm_std::{Deps, Env, StdResult, Int128, StdError};

fn do_something_with_price(
deps: Deps<ConnectQuery>,
Expand Down

0 comments on commit 5dfd9c0

Please sign in to comment.