Skip to content

Commit

Permalink
change import order again
Browse files Browse the repository at this point in the history
Signed-off-by: Shane <[email protected]>
  • Loading branch information
ctccxxd committed Nov 20, 2024
1 parent e22c1b4 commit 7d2395d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apis/keda/v1alpha1/scaledobject_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,12 @@ import (
"reflect"
"strconv"

"github.com/kedacore/keda/v2/pkg/common/message"
autoscalingv2 "k8s.io/api/autoscaling/v2"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/apis/meta/v1/unstructured"
"sigs.k8s.io/controller-runtime/pkg/client"

"github.com/kedacore/keda/v2/pkg/common/message"
)

// +genclient
Expand Down

0 comments on commit 7d2395d

Please sign in to comment.