[pkg/util/coverage]: group imports for readability

Signed-off-by: Zhou Peng <p@ctriple.cn>
k3s-v1.15.3
Zhou Peng 2019-05-23 21:38:12 +08:00
parent b533613233
commit 31daeed3b2
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