style: remove redundant import alias (#23130)

Co-authored-by: hao.wang <hao.wang@haowangdeMacBook-Pro.local>
Co-authored-by: Marko <marko@baricevic.me>
Co-authored-by: Alex | Skip <alex@skip.money>
This commit is contained in:
ipangpang
2025-01-03 15:04:11 +00:00
committed by GitHub
co-authored by hao.wang Marko Alex | Skip
parent cd183556f3
commit d8c84589fc
17 changed files with 19 additions and 19 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ import (
"cosmossdk.io/x/upgrade/plan"
upgradetypes "cosmossdk.io/x/upgrade/types"
cmtservice "github.com/cosmos/cosmos-sdk/client/grpc/cmtservice"
"github.com/cosmos/cosmos-sdk/client/grpc/cmtservice"
)
type Launcher struct {