Skip to content

Commit 97a1878

Browse files
committed
Remove redundant aliases
1 parent 58891ba commit 97a1878

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pkg/cli/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616
flag "github.com/docker/docker/pkg/mflag"
1717
"github.com/sirupsen/logrus"
1818

19-
version "github.com/hashicorp/go-version"
19+
"github.com/hashicorp/go-version"
2020
"github.com/scaleway/scaleway-cli/pkg/api"
2121
"github.com/scaleway/scaleway-cli/pkg/clilogger"
2222
"github.com/scaleway/scaleway-cli/pkg/commands"

pkg/cli/x_completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"strings"
1111

1212
"github.com/scaleway/scaleway-cli/pkg/api"
13-
utils "github.com/scaleway/scaleway-cli/pkg/utils"
13+
"github.com/scaleway/scaleway-cli/pkg/utils"
1414
)
1515

1616
var cmdCompletion = &Command{

pkg/cli/x_patch.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
log "github.com/sirupsen/logrus"
1212

13-
api "github.com/scaleway/scaleway-cli/pkg/api"
13+
"github.com/scaleway/scaleway-cli/pkg/api"
1414
)
1515

1616
var cmdPatch = &Command{

0 commit comments

Comments
 (0)