mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
fix unreasonable goimports (#6115)
Signed-off-by: tanjunchen <2799194073@qq.com>
This commit is contained in:
parent
ad58fc4765
commit
0f022aa42b
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue