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
@@ -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