From e62f0c8d5bcb59cd3bd5765b0c70205863084395 Mon Sep 17 00:00:00 2001 From: Manik Rana Date: Sun, 22 Sep 2024 10:02:25 +0530 Subject: [PATCH] chore: lint Signed-off-by: Manik Rana --- scrape/manager_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrape/manager_test.go b/scrape/manager_test.go index 8a3d3406b1..b759d97872 100644 --- a/scrape/manager_test.go +++ b/scrape/manager_test.go @@ -16,7 +16,6 @@ package scrape import ( "context" "fmt" - "google.golang.org/protobuf/types/known/timestamppb" "net/http" "net/http/httptest" "net/url" @@ -33,6 +32,7 @@ import ( dto "github.com/prometheus/client_model/go" "github.com/prometheus/common/model" "github.com/stretchr/testify/require" + "google.golang.org/protobuf/types/known/timestamppb" "gopkg.in/yaml.v2" "github.com/prometheus/prometheus/config"