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

Loading…
Cancel
Save