Skip to content

Commit e9b007e

Browse files
authored
Really fix linter (#833)
Signed-off-by: Todd Short <[email protected]>
1 parent d2fe0de commit e9b007e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

cmd/manager/main.go

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,13 @@ import (
2525
"os"
2626
"time"
2727

28-
"github.com/operator-framework/operator-controller/internal/labels"
29-
3028
"github.com/spf13/pflag"
3129
"go.uber.org/zap/zapcore"
3230
k8slabels "k8s.io/apimachinery/pkg/labels"
3331
"k8s.io/apimachinery/pkg/selection"
3432
_ "k8s.io/client-go/plugin/pkg/client/auth"
3533
ctrl "sigs.k8s.io/controller-runtime"
34+
crcache "sigs.k8s.io/controller-runtime/pkg/cache"
3635
"sigs.k8s.io/controller-runtime/pkg/client"
3736
"sigs.k8s.io/controller-runtime/pkg/healthz"
3837
"sigs.k8s.io/controller-runtime/pkg/log/zap"
@@ -48,9 +47,9 @@ import (
4847
catalogclient "github.com/operator-framework/operator-controller/internal/catalogmetadata/client"
4948
"github.com/operator-framework/operator-controller/internal/controllers"
5049
"github.com/operator-framework/operator-controller/internal/handler"
50+
"github.com/operator-framework/operator-controller/internal/labels"
5151
"github.com/operator-framework/operator-controller/pkg/features"
5252
"github.com/operator-framework/operator-controller/pkg/scheme"
53-
crcache "sigs.k8s.io/controller-runtime/pkg/cache"
5453
)
5554

5655
var (

0 commit comments

Comments
 (0)