Fix import grouping

Signed-off-by: beorn7 <beorn@soundcloud.com>
This commit is contained in:
beorn7 2018-08-23 00:05:02 +02:00
parent e60f998e9b
commit 154f28a316
1 changed files with 4 additions and 2 deletions

View File

@ -19,9 +19,11 @@ import (
"reflect"
"sort"
"github.com/prometheus/client_golang/prometheus"
dto "github.com/prometheus/client_model/go"
"github.com/prometheus/common/expfmt"
dto "github.com/prometheus/client_model/go"
"github.com/prometheus/client_golang/prometheus"
)
// GatherAndCompare retrieves all metrics exposed by a collector and compares it