Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
teddyding committed Aug 7, 2024
1 parent 5ce0f66 commit 97ae3fd
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions baseapp/abci_utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@ import (
"fmt"
"slices"

"cosmossdk.io/core/comet"
"github.com/cockroachdb/errors"
abci "github.com/cometbft/cometbft/abci/types"
cryptoenc "github.com/cometbft/cometbft/crypto/encoding"
cmtprotocrypto "github.com/cometbft/cometbft/proto/tendermint/crypto"
cmtproto "github.com/cometbft/cometbft/proto/tendermint/types"
protoio "github.com/cosmos/gogoproto/io"
"github.com/cosmos/gogoproto/proto"

"cosmossdk.io/core/comet"

sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/mempool"
protoio "github.com/cosmos/gogoproto/io"
"github.com/cosmos/gogoproto/proto"
)

type (
Expand Down

0 comments on commit 97ae3fd

Please sign in to comment.