import aliases yaml that can be omitted (#5018)

Signed-off-by: aixeshunter <aixeshunter@gmail.com>
This commit is contained in:
AixesHunter 2018-12-20 09:45:30 +00:00 committed by Brian Brazil
parent 1ca7037526
commit 29f21b8d0c

View file

@ -24,7 +24,7 @@ import (
"github.com/prometheus/prometheus/pkg/timestamp" "github.com/prometheus/prometheus/pkg/timestamp"
"github.com/prometheus/prometheus/promql" "github.com/prometheus/prometheus/promql"
"github.com/prometheus/prometheus/template" "github.com/prometheus/prometheus/template"
yaml "gopkg.in/yaml.v2" "gopkg.in/yaml.v2"
) )
// Error represents semantical errors on parsing rule groups. // Error represents semantical errors on parsing rule groups.