Skip to content
Snippets Groups Projects
Commit ba43bcd5 authored by Darren Shepherd's avatar Darren Shepherd Committed by Sheng Yang
Browse files

Fix goimports

parent 23f10210
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,9 @@ import (
"time"
"github.com/Sirupsen/logrus"
"github.com/pkg/errors"
pvController "github.com/kubernetes-incubator/external-storage/lib/controller"
"k8s.io/api/core/v1"
"github.com/pkg/errors"
v1 "k8s.io/api/core/v1"
k8serror "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
clientset "k8s.io/client-go/kubernetes"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment