Fix imports grouping issue

Signed-off-by: Trond Hindenes <trond@hindenes.com>
pull/7166/head
Trond Hindenes 6 years ago committed by Martin Hickey
parent 5bc8bc4a0c
commit b35497877d

@ -22,7 +22,6 @@ import (
"io" "io"
"io/ioutil" "io/ioutil"
"os" "os"
"path/filepath"
"strings" "strings"
"time" "time"
@ -34,6 +33,7 @@ import (
"helm.sh/helm/v3/cmd/helm/require" "helm.sh/helm/v3/cmd/helm/require"
"helm.sh/helm/v3/pkg/getter" "helm.sh/helm/v3/pkg/getter"
"helm.sh/helm/v3/pkg/repo" "helm.sh/helm/v3/pkg/repo"
"path/filepath"
) )
type repoAddOptions struct { type repoAddOptions struct {

Loading…
Cancel
Save