Merge pull request #78251 from byteor/master

[pkg/util/coverage]: group imports for readability
This commit is contained in:
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

View File

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