From b9360a69a8427c78a1eca402d13e99fb32c56af8 Mon Sep 17 00:00:00 2001 From: Khanh Hoa Date: Thu, 11 Apr 2024 17:20:23 +0700 Subject: [PATCH] fix lint --- app/test_helpers.go | 7 ++++--- app/upgrades/v6_6_0/upgrades_test.go | 3 ++- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/app/test_helpers.go b/app/test_helpers.go index ee0e0d85..78823300 100644 --- a/app/test_helpers.go +++ b/app/test_helpers.go @@ -2,14 +2,15 @@ package app import ( "encoding/json" - "github.com/CosmWasm/wasmd/x/wasm" - "github.com/cosmos/cosmos-sdk/snapshots" - "github.com/cosmos/cosmos-sdk/snapshots/types" "math/rand" "path/filepath" "testing" "time" + "github.com/CosmWasm/wasmd/x/wasm" + "github.com/cosmos/cosmos-sdk/snapshots" + "github.com/cosmos/cosmos-sdk/snapshots/types" + wasmtypes "github.com/CosmWasm/wasmd/x/wasm/types" dbm "github.com/cometbft/cometbft-db" abci "github.com/cometbft/cometbft/abci/types" diff --git a/app/upgrades/v6_6_0/upgrades_test.go b/app/upgrades/v6_6_0/upgrades_test.go index 18bb2e00..d726ca98 100644 --- a/app/upgrades/v6_6_0/upgrades_test.go +++ b/app/upgrades/v6_6_0/upgrades_test.go @@ -2,11 +2,12 @@ package v6_6_0_test import ( "encoding/json" - "github.com/notional-labs/composable/v6/app/upgrades/v6_6_0" "strings" "testing" "time" + "github.com/notional-labs/composable/v6/app/upgrades/v6_6_0" + "cosmossdk.io/math" sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/bech32"