Merge pull request #78251 from byteor/master

[pkg/util/coverage]: group imports for readability
k3s-v1.15.3
Kubernetes Prow Robot 2019-05-29 03:10:38 -07:00 committed by GitHub
commit 1eba04822e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -23,11 +23,12 @@ package coverage
import (
"flag"
"fmt"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/klog"
"os"
"testing"
"time"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/klog"
)
var coverageFile string