Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 17, 2025
1 parent f58e0f5 commit 4a86f5a
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions tests/ibctesting/chain2.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,26 @@ import (
"strings"
"testing"

"cosmossdk.io/math"
abci "github.com/cometbft/cometbft/abci/types"
cmtproto "github.com/cometbft/cometbft/proto/tendermint/types"
cmttypes "github.com/cometbft/cometbft/types"
"github.com/cosmos/gogoproto/proto"
clienttypes "github.com/cosmos/ibc-go/v9/modules/core/02-client/types"
ibctesting "github.com/cosmos/ibc-go/v9/testing"
ibctestingtypes "github.com/cosmos/ibc-go/v9/testing/types"
"github.com/stretchr/testify/require"

"cosmossdk.io/math"

"github.com/cosmos/cosmos-sdk/client"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
sdk "github.com/cosmos/cosmos-sdk/types"
authtypes "github.com/cosmos/cosmos-sdk/x/auth/types"
banktypes "github.com/cosmos/cosmos-sdk/x/bank/types"
"github.com/cosmos/gogoproto/proto"

"github.com/CosmWasm/wasmd/app"
wasmkeeper "github.com/CosmWasm/wasmd/x/wasm/keeper"
"github.com/CosmWasm/wasmd/x/wasm/types"
abci "github.com/cometbft/cometbft/abci/types"
clienttypes "github.com/cosmos/ibc-go/v9/modules/core/02-client/types"
ibctesting "github.com/cosmos/ibc-go/v9/testing"
ibctestingtypes "github.com/cosmos/ibc-go/v9/testing/types"
)

type WasmTestApp struct {
Expand Down

0 comments on commit 4a86f5a

Please sign in to comment.