Skip to content

Commit

Permalink
Merge pull request kubernetes-retired#599 from k82cn/fixed_import_order
Browse files Browse the repository at this point in the history
Fixed import order.
  • Loading branch information
k8s-ci-robot authored Feb 24, 2019
2 parents 0d1de24 + 9724a96 commit 7e6a5be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/scheduler/scheduler.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ limitations under the License.
package scheduler

import (
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/conf"
"time"

"github.com/golang/glog"
Expand All @@ -26,6 +25,7 @@ import (
"k8s.io/client-go/rest"

schedcache "github.com/kubernetes-sigs/kube-batch/pkg/scheduler/cache"
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/conf"
"github.com/kubernetes-sigs/kube-batch/pkg/scheduler/framework"
)

Expand Down

0 comments on commit 7e6a5be

Please sign in to comment.