Skip to content

Commit

Permalink
cycle imports
Browse files Browse the repository at this point in the history
  • Loading branch information
theAntiYeti committed Aug 22, 2023
1 parent 744600b commit 85c74f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/scheduler/scheduler_metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ package scheduler
import (
"time"

"github.com/prometheus/client_golang/prometheus"
log "github.com/sirupsen/logrus"

"github.com/armadaproject/armada/internal/armada/configuration"
schedulercontext "github.com/armadaproject/armada/internal/scheduler/context"
"github.com/armadaproject/armada/internal/scheduler/interfaces"
"github.com/prometheus/client_golang/prometheus"
)

const (
Expand Down

0 comments on commit 85c74f6

Please sign in to comment.