chore(import): remove duplicated logrus import (#6497)

This commit is contained in:
Marcelo Rydel
2022-01-28 12:02:28 -03:00
committed by GitHub
parent 4c90b9f336
commit a90cfb32f1
+2 -2
View File
@@ -4,12 +4,13 @@ import (
"context"
"crypto/sha256"
"fmt"
"github.com/sirupsen/logrus"
"os"
"path"
"strconv"
"strings"
"github.com/sirupsen/logrus"
"github.com/portainer/libhelm"
portainer "github.com/portainer/portainer/api"
"github.com/portainer/portainer/api/apikey"
@@ -40,7 +41,6 @@ import (
"github.com/portainer/portainer/api/oauth"
"github.com/portainer/portainer/api/scheduler"
"github.com/portainer/portainer/api/stacks"
"github.com/sirupsen/logrus"
)
func initCLI() *portainer.CLIFlags {