Skip to content

Commit

Permalink
fixing lint checks
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Schlesinger <aaron@ecomaz.net>
  • Loading branch information
arschles committed Dec 1, 2020
1 parent 0aa88b0 commit 429684f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/scalers/azure_blob_scaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"strconv"

"github.com/kedacore/keda/v2/pkg/scalers/azure"
"github.com/kedacore/keda/v2/pkg/util"

v2beta2 "k8s.io/api/autoscaling/v2beta2"
"k8s.io/apimachinery/pkg/api/resource"
Expand Down Expand Up @@ -54,7 +53,7 @@ func NewAzureBlobScaler(config *ScalerConfig) (Scaler, error) {
return &azureBlobScaler{
metadata: meta,
podIdentity: podIdentity,
httpClient: util.CreateHTTPClient(config.GlobalHTTPTimeout),
httpClient: kedautil.CreateHTTPClient(config.GlobalHTTPTimeout),
}, nil
}

Expand Down

0 comments on commit 429684f

Please sign in to comment.