From 29f21b8d0cf94680682155af94fc3de0ab1382fa Mon Sep 17 00:00:00 2001 From: AixesHunter <44970652+aixeshunter@users.noreply.github.com> Date: Thu, 20 Dec 2018 09:45:30 +0000 Subject: [PATCH] import aliases yaml that can be omitted (#5018) Signed-off-by: aixeshunter --- pkg/rulefmt/rulefmt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/rulefmt/rulefmt.go b/pkg/rulefmt/rulefmt.go index 8acb65512..cfb2fb985 100644 --- a/pkg/rulefmt/rulefmt.go +++ b/pkg/rulefmt/rulefmt.go @@ -24,7 +24,7 @@ import ( "github.com/prometheus/prometheus/pkg/timestamp" "github.com/prometheus/prometheus/promql" "github.com/prometheus/prometheus/template" - yaml "gopkg.in/yaml.v2" + "gopkg.in/yaml.v2" ) // Error represents semantical errors on parsing rule groups.