From 919c237b626384349827512b79fc50a37e5f4f07 Mon Sep 17 00:00:00 2001 From: Simon Noetzlin Date: Mon, 22 Jan 2024 09:52:08 +0100 Subject: [PATCH] lint --- app/upgrades/v15/upgrades_test.go | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/app/upgrades/v15/upgrades_test.go b/app/upgrades/v15/upgrades_test.go index 134c0f3f80a..942b2a358f5 100644 --- a/app/upgrades/v15/upgrades_test.go +++ b/app/upgrades/v15/upgrades_test.go @@ -4,11 +4,15 @@ import ( "testing" "time" - "cosmossdk.io/math" + "github.com/stretchr/testify/require" + abci "github.com/cometbft/cometbft/abci/types" tmrand "github.com/cometbft/cometbft/libs/rand" tmproto "github.com/cometbft/cometbft/proto/tendermint/types" tmtime "github.com/cometbft/cometbft/types/time" + + "cosmossdk.io/math" + "github.com/cosmos/cosmos-sdk/crypto/keys/ed25519" "github.com/cosmos/cosmos-sdk/testutil/mock" sdk "github.com/cosmos/cosmos-sdk/types" @@ -17,7 +21,6 @@ import ( banktestutil "github.com/cosmos/cosmos-sdk/x/bank/testutil" slashingtypes "github.com/cosmos/cosmos-sdk/x/slashing/types" stakingtypes "github.com/cosmos/cosmos-sdk/x/staking/types" - "github.com/stretchr/testify/require" "github.com/cosmos/gaia/v15/app/helpers" v15 "github.com/cosmos/gaia/v15/app/upgrades/v15"