Skip to content

Commit

Permalink
Merge pull request #29 from volcano-sh/fix_build
Browse files Browse the repository at this point in the history
Fixed build error.
  • Loading branch information
Klaus Ma authored Mar 20, 2019
2 parents 10ac5a8 + 0d6870b commit ada7a7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/scheduler/actions/reclaim/reclaim.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ import (

"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/api"
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/framework"
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/util"

"volcano.sh/volcano/pkg/scheduler/util"
)

type reclaimAction struct {
Expand Down

0 comments on commit ada7a7b

Please sign in to comment.