Skip to content

Commit

Permalink
fixes package import order
Browse files Browse the repository at this point in the history
  • Loading branch information
BugRoger committed Jan 11, 2018
1 parent 55b2d63 commit 57ad5cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/client/helm/portforwarder/portforwarder.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ package portforwarder
import (
"fmt"

"k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/client-go/kubernetes"
corev1 "k8s.io/client-go/kubernetes/typed/core/v1"
"k8s.io/client-go/rest"
"k8s.io/api/core/v1"

kube "github.com/sapcc/kubernikus/pkg/client/kubernetes"
)
Expand Down

0 comments on commit 57ad5cd

Please sign in to comment.