Skip to content

Commit

Permalink
Merge pull request volcano-sh#3610 from lowang-bh/fixLintError
Browse files Browse the repository at this point in the history
fix lint error: third part imports should put after system package
  • Loading branch information
volcano-sh-bot authored Jul 19, 2024
2 parents 33a9eb5 + aba7196 commit d679a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/controllers/garbagecollector/garbagecollector.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ import (
"time"

"k8s.io/apimachinery/pkg/api/errors"
apierrors "k8s.io/apimachinery/pkg/api/errors"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/tools/cache"
"k8s.io/client-go/util/workqueue"
"k8s.io/klog/v2"

apierrors "k8s.io/apimachinery/pkg/api/errors"
"volcano.sh/apis/pkg/apis/batch/v1alpha1"
vcclientset "volcano.sh/apis/pkg/client/clientset/versioned"
vcinformer "volcano.sh/apis/pkg/client/informers/externalversions"
Expand Down

0 comments on commit d679a7b

Please sign in to comment.