Skip to content

Commit

Permalink
Fix golint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuqi-lucas committed Sep 11, 2024
1 parent dc6c29a commit 00237ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
package metrics

import (
"github.com/apache/yunikorn-core/pkg/common/resources"
"github.com/prometheus/client_golang/prometheus"
dto "github.com/prometheus/client_model/go"
"go.uber.org/zap"

"github.com/apache/yunikorn-core/pkg/common/resources"
"github.com/apache/yunikorn-core/pkg/log"
)

Expand Down

0 comments on commit 00237ff

Please sign in to comment.