mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-29 14:37:00 +00:00
Merge pull request #78251 from byteor/master
[pkg/util/coverage]: group imports for readability
This commit is contained in:
commit
1eba04822e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user