Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Feb 11, 2022
1 parent 1c28eb8 commit e512ffa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ package main

import (
"fmt"
"github.com/Azure/azure-sdk-for-go/profiles/latest/resources/mgmt/subscriptions"
"github.com/Azure/go-autorest/autorest"
"github.com/Azure/go-autorest/autorest/azure"
"github.com/Azure/go-autorest/autorest/azure/auth"
Expand Down Expand Up @@ -30,8 +29,7 @@ var (
argparser *flags.Parser
opts config.Opts

azureAuthorizer autorest.Authorizer
azureSubscriptions []subscriptions.Subscription
azureAuthorizer autorest.Authorizer

azureEnvironment azure.Environment //nolint:golint,unused

Expand Down

0 comments on commit e512ffa

Please sign in to comment.