Skip to content

Commit

Permalink
Fix go lint
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuqi-lucas committed Aug 15, 2024
1 parent bf86cfb commit 01644ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/cache/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ import (
"encoding/json"
"errors"
"fmt"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/util/retry"
"reflect"
"sort"
"strconv"
Expand All @@ -38,7 +36,9 @@ import (
schedulingv1 "k8s.io/api/scheduling/v1"
"k8s.io/apimachinery/pkg/labels"
"k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/wait"
"k8s.io/client-go/tools/cache"
"k8s.io/client-go/util/retry"
"k8s.io/klog/v2"
"k8s.io/kubernetes/pkg/scheduler/framework"
"k8s.io/kubernetes/pkg/scheduler/framework/plugins/volumebinding"
Expand Down

0 comments on commit 01644ba

Please sign in to comment.