Skip to content

Commit

Permalink
fix: File is not goimports-ed with -local github.com/Project-HAMi/HAM…
Browse files Browse the repository at this point in the history
…i for cmd/vGPUmonitor/metrics.go and pkg/monitor/nvidia/cudevshr.go

Signed-off-by: Shouren Yang <[email protected]>
  • Loading branch information
Shouren committed Dec 6, 2024
1 parent eb356b0 commit 7e05044
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/vGPUmonitor/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ package main

import (
"fmt"
"github.com/Project-HAMi/HAMi/pkg/util"
"log"
"net/http"
"os"
"strings"
"time"

"github.com/Project-HAMi/HAMi/pkg/monitor/nvidia"
"github.com/Project-HAMi/HAMi/pkg/util"

"github.com/NVIDIA/go-nvml/pkg/nvml"
"github.com/prometheus/client_golang/prometheus"
Expand Down
2 changes: 1 addition & 1 deletion pkg/monitor/nvidia/cudevshr.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ import (
"context"
"errors"
"fmt"
"github.com/Project-HAMi/HAMi/pkg/util"
"os"
"path/filepath"
"strings"
Expand All @@ -31,6 +30,7 @@ import (

v0 "github.com/Project-HAMi/HAMi/pkg/monitor/nvidia/v0"
v1 "github.com/Project-HAMi/HAMi/pkg/monitor/nvidia/v1"
"github.com/Project-HAMi/HAMi/pkg/util"

corev1 "k8s.io/api/core/v1"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
Expand Down

0 comments on commit 7e05044

Please sign in to comment.