style: remove redundant import alias (#20109)
Signed-off-by: ipangpang <arronipangpang@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user