Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iboss-ptk committed Jan 17, 2024
1 parent c4d0e1f commit aaf6862
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions contracts/transmuter/src/test/cases/units/migrate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,11 @@ use crate::{
};
use cosmwasm_schema::cw_serde;
use cosmwasm_std::{to_binary, Coin, Uint128};
use osmosis_std::types::{
cosmwasm::wasm::v1::{QueryAllContractStateRequest, QueryAllContractStateResponse},
osmosis::cosmwasmpool::v1beta1::{
ContractInfoByPoolIdRequest, ContractInfoByPoolIdResponse, MigratePoolContractsProposal,
MsgCreateCosmWasmPool, UploadCosmWasmPoolCodeAndWhiteListProposal,
},
use osmosis_std::types::osmosis::cosmwasmpool::v1beta1::{
ContractInfoByPoolIdRequest, ContractInfoByPoolIdResponse, MigratePoolContractsProposal,
MsgCreateCosmWasmPool, UploadCosmWasmPoolCodeAndWhiteListProposal,
};
use osmosis_test_tube::{Account, GovWithAppAccess, Module, OsmosisTestApp, Runner};
use osmosis_test_tube::{Account, GovWithAppAccess, Module, OsmosisTestApp};

#[cw_serde]
struct InstantiateMsgV2 {
Expand Down

0 comments on commit aaf6862

Please sign in to comment.