Skip to content

Commit

Permalink
Go imports
Browse files Browse the repository at this point in the history
  • Loading branch information
hexiaofeng committed Aug 13, 2024
1 parent 036a32d commit 48a2a70
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkg/scheduler/core/spreadconstraint/group_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@ limitations under the License.
package spreadconstraint

import (
"sort"
"strings"

clusterv1alpha1 "github.com/karmada-io/karmada/pkg/apis/cluster/v1alpha1"
policyv1alpha1 "github.com/karmada-io/karmada/pkg/apis/policy/v1alpha1"
workv1alpha2 "github.com/karmada-io/karmada/pkg/apis/work/v1alpha2"
"github.com/karmada-io/karmada/pkg/scheduler/framework"
"sort"
"strings"
)

const annotationSuffix = "@annotation"
Expand Down

0 comments on commit 48a2a70

Please sign in to comment.