Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Commit

Permalink
EVEREST-203 Shut up linter
Browse files Browse the repository at this point in the history
  • Loading branch information
gen1us2k committed Sep 25, 2023
1 parent b9849ce commit bbb9ae1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/install/operators.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,14 @@ import (
"net/url"
"time"

k8serrors "k8s.io/apimachinery/pkg/api/errors"

"github.com/AlecAivazis/survey/v2"
"github.com/operator-framework/api/pkg/operators/v1alpha1"
"github.com/percona/percona-everest-backend/client"
"go.uber.org/zap"
"golang.org/x/sync/errgroup"
corev1 "k8s.io/api/core/v1"
rbacv1 "k8s.io/api/rbac/v1"
k8serrors "k8s.io/apimachinery/pkg/api/errors"
"k8s.io/apimachinery/pkg/types"
"k8s.io/apimachinery/pkg/util/wait"

Expand Down

0 comments on commit bbb9ae1

Please sign in to comment.