Skip to content

Commit

Permalink
Imports should be grouped
Browse files Browse the repository at this point in the history
Signed-off-by: Maciej "Iwan" Iwanowski <maciej.iwanowski@intel.com>
  • Loading branch information
Maciej "Iwan" Iwanowski committed Mar 17, 2020
1 parent 89f15cb commit 8de9dfb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion accelerators/nvidia.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package accelerators
import (
"bufio"
"fmt"
"github.com/google/cadvisor/stats"
"io/ioutil"
"os"
"path/filepath"
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion manager/container.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package manager
import (
"flag"
"fmt"
"github.com/google/cadvisor/stats"
"io/ioutil"
"math"
"math/rand"
Expand All @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion manager/manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package manager
import (
"flag"
"fmt"
"github.com/google/cadvisor/stats"
"net/http"
"os"
"path"
Expand All @@ -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"
Expand Down

0 comments on commit 8de9dfb

Please sign in to comment.