From bd6bb2d66fe216a6386b76d6d9d3441ed7668fd1 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Wed, 3 Jan 2024 06:22:11 -0800 Subject: [PATCH] fix lint again Signed-off-by: Ben Ye --- pkg/ruler/notifier.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/ruler/notifier.go b/pkg/ruler/notifier.go index e91c84949af..e14236321c2 100644 --- a/pkg/ruler/notifier.go +++ b/pkg/ruler/notifier.go @@ -4,7 +4,6 @@ import ( "context" "flag" "fmt" - "github.com/prometheus/client_golang/prometheus" "net/url" "regexp" "strings" @@ -12,6 +11,7 @@ import ( gklog "github.com/go-kit/log" "github.com/go-kit/log/level" + "github.com/prometheus/client_golang/prometheus" config_util "github.com/prometheus/common/config" "github.com/prometheus/common/model" "github.com/prometheus/prometheus/config"