Skip to content

Commit

Permalink
Remove redundant import alias
Browse files Browse the repository at this point in the history
We always use it without the redundant alias.

Signed-off-by: Johannes Altmanninger <aclopte@gmail.com>
  • Loading branch information
krobelus committed Oct 26, 2021
1 parent 57abeb1 commit 3acfa41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
gitconfig "github.com/tcnksm/go-gitconfig"
gitlab "github.com/xanzy/go-gitlab"
"github.com/zaquestion/lab/internal/config"
git "github.com/zaquestion/lab/internal/git"
"github.com/zaquestion/lab/internal/git"
lab "github.com/zaquestion/lab/internal/gitlab"
"golang.org/x/crypto/ssh/terminal"
)
Expand Down

0 comments on commit 3acfa41

Please sign in to comment.