Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Nov 21, 2024
1 parent eb05b2f commit 0b55302
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion crypto/codec/amino.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package codec

import (
"github.com/cometbft/cometbft/crypto/bls12381"

"cosmossdk.io/core/registry"

"github.com/cometbft/cometbft/crypto/bls12381"
bls12_381 "github.com/cosmos/cosmos-sdk/crypto/keys/bls12_381"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
kmultisig "github.com/cosmos/cosmos-sdk/crypto/keys/multisig"
Expand Down
3 changes: 2 additions & 1 deletion crypto/codec/pubkey.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
package codec

import (
"github.com/cometbft/cometbft/crypto/bls12381"

"cosmossdk.io/errors"

"github.com/cometbft/cometbft/crypto/bls12381"
cryptokeys "github.com/cosmos/cosmos-sdk/crypto/keys"
bls12_381 "github.com/cosmos/cosmos-sdk/crypto/keys/bls12_381"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
Expand Down
1 change: 1 addition & 0 deletions crypto/keys/jsonkey.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package keys

import (
bls "github.com/cometbft/cometbft/crypto/bls12381"

"github.com/cosmos/cosmos-sdk/crypto/keys/bls12_381"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
Expand Down
1 change: 1 addition & 0 deletions crypto/keys/multisig/codec.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package multisig

import (
"github.com/cometbft/cometbft/crypto/bls12381"

"github.com/cosmos/cosmos-sdk/codec"
bls12_381 "github.com/cosmos/cosmos-sdk/crypto/keys/bls12_381"
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
Expand Down
4 changes: 2 additions & 2 deletions tests/integration/type_check.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package integration

import (
coretesting "cosmossdk.io/core/testing"

db "github.com/cosmos/cosmos-db"

coretesting "cosmossdk.io/core/testing"
)

// This file contains a list of type checks that are used to ensure that implementations
Expand Down

0 comments on commit 0b55302

Please sign in to comment.