Skip to content

Commit

Permalink
Address linter complaints
Browse files Browse the repository at this point in the history
  • Loading branch information
zmoog committed Jul 30, 2024
1 parent 9cc26c2 commit cda2f82
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion x-pack/metricbeat/module/azure/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ package azure

import (
"fmt"
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources"
"strings"
"time"

"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resources/armresources"

"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/monitor/armmonitor"

"github.com/elastic/beats/v7/metricbeat/mb"
"github.com/elastic/elastic-agent-libs/logp"
)
Expand Down

0 comments on commit cda2f82

Please sign in to comment.