Skip to content

Commit

Permalink
fix the lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed Nov 6, 2023
1 parent 582bc09 commit ec1df06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/contract.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[cfg(not(feature = "library"))]
use cosmwasm_std::{
entry_point, Addr, Binary, ContractResult, Deps, DepsMut, Env,
MessageInfo, QueryRequest, Response, StdError, StdResult, SystemResult,
entry_point, Addr, Binary, ContractResult, Deps, DepsMut, Env, MessageInfo, QueryRequest,
Response, StdError, StdResult, SystemResult,
};
use cosmwasm_std::{from_json, to_json_binary, to_json_vec};
use cw2::set_contract_version;
Expand Down

0 comments on commit ec1df06

Please sign in to comment.