Skip to content

Commit

Permalink
Sort module to pass statick analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
yoongon committed Jun 18, 2023
1 parent 1a4a561 commit dfeea1b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkg/scaling/scale_handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ package scaling
import (
"context"
"fmt"
v2 "k8s.io/api/autoscaling/v2"
"math"
"strings"
"sync"
"time"

v2 "k8s.io/api/autoscaling/v2"
corev1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/runtime"
"k8s.io/apimachinery/pkg/types"
Expand Down
4 changes: 2 additions & 2 deletions pkg/scaling/scale_handler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ import (
"context"
"errors"
"fmt"
batchv1 "k8s.io/api/batch/v1"
v1 "k8s.io/api/core/v1"
"sync"
"testing"
"time"

"github.com/golang/mock/gomock"
"github.com/stretchr/testify/assert"
v2 "k8s.io/api/autoscaling/v2"
batchv1 "k8s.io/api/batch/v1"
v1 "k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/api/resource"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/client-go/tools/record"
Expand Down

0 comments on commit dfeea1b

Please sign in to comment.