Skip to content

Commit 0d6870b

Browse files
committed
Fixed build error.
Signed-off-by: Da K. Ma <[email protected]>
1 parent 10ac5a8 commit 0d6870b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/scheduler/actions/reclaim/reclaim.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ import (
2121

2222
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/api"
2323
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/framework"
24-
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/util"
24+
25+
"volcano.sh/volcano/pkg/scheduler/util"
2526
)
2627

2728
type reclaimAction struct {

0 commit comments

Comments
 (0)