Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
zubron committed Aug 13, 2019
1 parent 190ad0b commit c9f06cc
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion pkg/plugin/driver/base_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import (
"crypto/tls"
"crypto/x509"
"encoding/pem"
// "fmt"
"testing"

v1 "k8s.io/api/core/v1"
Expand Down
1 change: 0 additions & 1 deletion pkg/plugin/driver/daemonset/daemonset_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
kuberuntime "k8s.io/apimachinery/pkg/runtime"
"k8s.io/client-go/kubernetes/fake"
// "k8s.io/client-go/kubernetes/scheme"
k8stesting "k8s.io/client-go/testing"
)

Expand Down
1 change: 0 additions & 1 deletion pkg/plugin/driver/job/job_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import (
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
kuberuntime "k8s.io/apimachinery/pkg/runtime"
"k8s.io/client-go/kubernetes/fake"
// "k8s.io/client-go/kubernetes/scheme"
k8stesting "k8s.io/client-go/testing"
)

Expand Down

0 comments on commit c9f06cc

Please sign in to comment.