fix unreasonable goimports (#6115)

Signed-off-by: tanjunchen <2799194073@qq.com>
This commit is contained in:
陈谭军 2019-10-09 16:43:56 +08:00 committed by Brian Brazil
parent ad58fc4765
commit 0f022aa42b

View file

@ -15,11 +15,12 @@ package stats
import (
"encoding/json"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/prometheus/util/testutil"
"regexp"
"testing"
"time"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/prometheus/util/testutil"
)
func TestTimerGroupNewTimer(t *testing.T) {