Imports should be grouped

Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
This commit is contained in:
Maciej "Iwan" Iwanowski 2020-03-17 19:42:29 +01:00
parent 89f15cb833
commit 8de9dfb4b6
No known key found for this signature in database
GPG Key ID: 2484258A4DD3EE84
3 changed files with 3 additions and 3 deletions

View File

@ -16,7 +16,6 @@ package accelerators
import (
"bufio"
"fmt"
"github.com/google/cadvisor/stats"
"io/ioutil"
"os"
"path/filepath"
@ -26,6 +25,7 @@ import (
"time"
info "github.com/google/cadvisor/info/v1"
"github.com/google/cadvisor/stats"
"github.com/mindprince/gonvml"
"k8s.io/klog"

View File

@ -17,7 +17,6 @@ package manager
import (
"flag"
"fmt"
"github.com/google/cadvisor/stats"
"io/ioutil"
"math"
"math/rand"
@ -35,6 +34,7 @@ import (
"github.com/google/cadvisor/container"
info "github.com/google/cadvisor/info/v1"
"github.com/google/cadvisor/info/v2"
"github.com/google/cadvisor/stats"
"github.com/google/cadvisor/summary"
"github.com/google/cadvisor/utils/cpuload"

View File

@ -18,7 +18,6 @@ package manager
import (
"flag"
"fmt"
"github.com/google/cadvisor/stats"
"net/http"
"os"
"path"
@ -38,6 +37,7 @@ import (
info "github.com/google/cadvisor/info/v1"
"github.com/google/cadvisor/info/v2"
"github.com/google/cadvisor/machine"
"github.com/google/cadvisor/stats"
"github.com/google/cadvisor/utils/oomparser"
"github.com/google/cadvisor/utils/sysfs"
"github.com/google/cadvisor/version"