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
+1 -1
View File
@@ -17,7 +17,7 @@ import (
"github.com/cosmos/cosmos-sdk/crypto/keys/ed25519"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
legacybech32 "github.com/cosmos/cosmos-sdk/types/bech32/legacybech32" //nolint:staticcheck // we do old keys, they're keys after all.
"github.com/cosmos/cosmos-sdk/types/bech32/legacybech32" //nolint:staticcheck // we do old keys, they're keys after all.
"github.com/cosmos/cosmos-sdk/types/errors"
"github.com/cosmos/cosmos-sdk/version"
)
+1 -1
View File
@@ -1,7 +1,7 @@
package node
import (
context "context"
"context"
gogogrpc "github.com/cosmos/gogoproto/grpc"
"github.com/grpc-ecosystem/grpc-gateway/runtime"
+1 -1
View File
@@ -9,7 +9,7 @@ import (
"strings"
"github.com/bgentry/speakeasy"
isatty "github.com/mattn/go-isatty"
"github.com/mattn/go-isatty"
)
// MinPassLength is the minimum acceptable password length