fix(inputs.cloudwatch): Fix linter issue

This commit is contained in:
Sven Rebhan 2025-03-10 12:09:21 +01:00
parent 9bf9fb3a4d
commit 0001ae490a
No known key found for this signature in database
GPG Key ID: 3DD8251EB53E94E7
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ import (
"strings"
"github.com/aws/aws-sdk-go-v2/service/cloudwatch/types"
"github.com/influxdata/telegraf/internal"
)