Skip to content

Commit

Permalink
maint: fix import order
Browse files Browse the repository at this point in the history
Signed-off-by: Josh Dolitsky <393494+jdolitsky@users.noreply.github.com>
  • Loading branch information
jdolitsky committed Dec 15, 2019
1 parent 6618b92 commit 9101092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/repo/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@ import (
"bytes"
"errors"
"fmt"
"helm.sh/helm/v3/pkg/chart/loader"
pathutil "path"
"strconv"
"strings"

"github.com/chartmuseum/storage"
helm_chart "helm.sh/helm/v3/pkg/chart"
"helm.sh/helm/v3/pkg/chart/loader"
helm_repo "helm.sh/helm/v3/pkg/repo"
)

Expand Down

0 comments on commit 9101092

Please sign in to comment.