Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Aug 30, 2020
1 parent c6ec59c commit 4e8bb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/atomic-swap/tests/integration.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! });
//! 4. Anywhere you see query(&deps, ...) you must replace it with query(&mut deps, ...)

use cosmwasm_std::{coins, from_binary, BankMsg, Coin, CosmosMsg, Env, StdError, StdResult};
use cosmwasm_std::{coins, from_binary, BankMsg, Coin, CosmosMsg, Env, StdError};
use cosmwasm_std::{log, HandleResponse, HandleResult, HumanAddr, InitResponse};
use cosmwasm_vm::testing::{handle, init, mock_env, mock_instance, query};
use sha2::{Digest, Sha256};
Expand Down

0 comments on commit 4e8bb8f

Please sign in to comment.