import aliases yaml that can be omitted (#5018)

Signed-off-by: aixeshunter <aixeshunter@gmail.com>
pull/5021/head
AixesHunter 2018-12-20 09:45:30 +00:00 committed by Brian Brazil
parent 1ca7037526
commit 29f21b8d0c
1 changed files with 1 additions and 1 deletions

View File

@ -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.