Skip to content

Commit

Permalink
fix imports lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kwtalley committed Jun 14, 2024
1 parent 4abb827 commit 613b511
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/wasm/types/interface_registry.go
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
package types

import (
"github.com/cosmos/gogoproto/proto"

codectypes "github.com/cosmos/cosmos-sdk/codec/types"
"github.com/cosmos/gogoproto/proto"
)

var _ codectypes.InterfaceRegistry = &WasmInterfaceRegistry{}
Expand Down

0 comments on commit 613b511

Please sign in to comment.