Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishan-Dhakan committed Jan 4, 2024
1 parent d565945 commit 8aae2d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/injective-cosmwasm-mock/src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#[cfg(not(feature = "library"))]
use cosmwasm_std::entry_point;
use cosmwasm_std::{Binary, Deps, DepsMut, Env, MessageInfo, Response, StdResult, to_json_binary};
use cosmwasm_std::{to_json_binary, Binary, Deps, DepsMut, Env, MessageInfo, Response, StdResult};
use cw2::set_contract_version;

use injective_cosmwasm::{create_deposit_msg, InjectiveMsgWrapper, InjectiveQuerier, InjectiveQueryWrapper};
Expand Down
1 change: 0 additions & 1 deletion contracts/injective-cosmwasm-mock/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,3 @@ pub use test_tube_inj::runner::error::{DecodeError, EncodeError, RunnerError};
pub use test_tube_inj::runner::result::{ExecuteResponse, RunnerExecuteResult, RunnerResult};
pub use test_tube_inj::runner::Runner;
pub use test_tube_inj::{fn_execute, fn_query};

0 comments on commit 8aae2d7

Please sign in to comment.