style: remove redundant import alias (#20109)

Signed-off-by: ipangpang <arronipangpang@gmail.com>
This commit is contained in:
ipangpang
2024-04-21 19:03:43 +00:00
committed by GitHub
parent 13cf11aa92
commit 1bd4351241
78 changed files with 84 additions and 84 deletions
+3 -3
View File
@@ -8,11 +8,11 @@
package mock
import (
reflect "reflect"
"reflect"
gomock "github.com/golang/mock/gomock"
"github.com/golang/mock/gomock"
types "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types"
)
// MockAnteDecorator is a mock of AnteDecorator interface.
+2 -2
View File
@@ -1,12 +1,12 @@
package testdata
import (
amino "github.com/tendermint/go-amino"
"github.com/tendermint/go-amino"
"github.com/cosmos/cosmos-sdk/codec/types"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/msgservice"
tx "github.com/cosmos/cosmos-sdk/types/tx"
"github.com/cosmos/cosmos-sdk/types/tx"
)
func NewTestInterfaceRegistry() types.InterfaceRegistry {
+1 -1
View File
@@ -7,7 +7,7 @@ import (
"testing"
"github.com/cosmos/gogoproto/proto"
grpc "google.golang.org/grpc"
"google.golang.org/grpc"
"gotest.tools/v3/assert"
"github.com/cosmos/cosmos-sdk/codec/types"