Skip to content

Commit

Permalink
fix golint import types
Browse files Browse the repository at this point in the history
  • Loading branch information
SrinivasAtmakuri committed Sep 18, 2023
1 parent 864200b commit f4c23e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import (
"strings"
"time"

"github.com/Azure/go-autorest/autorest/azure"
configv1 "github.com/openshift/api/config/v1"
operatorv1 "github.com/openshift/api/operator/v1"
"github.com/sirupsen/logrus"
Expand All @@ -33,7 +34,6 @@ import (
utilpem "github.com/Azure/ARO-RP/pkg/util/pem"
"github.com/Azure/ARO-RP/pkg/util/steps"
"github.com/Azure/ARO-RP/pkg/util/version"
"github.com/Azure/go-autorest/autorest/azure"
)

type etcdrenew struct {
Expand Down

0 comments on commit f4c23e7

Please sign in to comment.