Skip to content

Commit f1969b5

Browse files
committed
Fix lint
1 parent 52a92b1 commit f1969b5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

types/context_test.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import (
88
abci "github.com/cometbft/cometbft/abci/types"
99
cmtproto "github.com/cometbft/cometbft/proto/tendermint/types"
1010
cmttime "github.com/cometbft/cometbft/types/time"
11+
dbm "github.com/cosmos/cosmos-db"
1112
"github.com/stretchr/testify/suite"
1213
"go.uber.org/mock/gomock"
1314

@@ -16,8 +17,6 @@ import (
1617
"cosmossdk.io/store/rootmulti"
1718
storetypes "cosmossdk.io/store/types"
1819

19-
dbm "github.com/cosmos/cosmos-db"
20-
2120
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
2221
"github.com/cosmos/cosmos-sdk/testutil"
2322
"github.com/cosmos/cosmos-sdk/testutil/mock"

0 commit comments

Comments
 (0)