Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jul 3, 2024
1 parent ff51080 commit 6beea70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion codec/depinject_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@ package codec_test
import (
"testing"

"github.com/stretchr/testify/require"

authmodulev1 "cosmossdk.io/api/cosmos/auth/module/v1"
"cosmossdk.io/core/address"
"cosmossdk.io/depinject"
"cosmossdk.io/log"

"github.com/cosmos/cosmos-sdk/codec"
"github.com/stretchr/testify/require"
)

var _ address.Codec = (*customAddressCodec)(nil)
Expand Down

0 comments on commit 6beea70

Please sign in to comment.