Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
simke9445 committed Jan 15, 2024
1 parent 28a9d93 commit 36ed096
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions contracts/warp-controller/src/contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ use crate::{execute, query, state::STATE, ContractError};
use account::{GenericMsg, WithdrawAssetsMsg};
use controller::account::{Account, Fund, FundTransferMsgs, TransferFromMsg, TransferNftMsg};
use controller::job::{Job, JobStatus};
use cosmwasm_schema::cw_serde;

use controller::{Config, ExecuteMsg, InstantiateMsg, MigrateMsg, QueryMsg, State};
use cosmwasm_std::{
entry_point, to_binary, Addr, Attribute, BalanceResponse, BankMsg, BankQuery, Binary, Coin,
entry_point, to_binary, Attribute, BalanceResponse, BankMsg, BankQuery, Binary, Coin,
CosmosMsg, Deps, DepsMut, Env, MessageInfo, QueryRequest, Reply, Response, StdError, StdResult,
SubMsgResult, Uint128, Uint64, WasmMsg,
};
use cw_storage_plus::Item;

#[cfg_attr(not(feature = "library"), entry_point)]
pub fn instantiate(
Expand Down

0 comments on commit 36ed096

Please sign in to comment.