Skip to content

Commit

Permalink
Reorganize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tinitiuset committed Dec 19, 2024
1 parent 2969331 commit 64b1d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/querier/stats_renderer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ package querier
import (
"context"
"fmt"
"github.com/prometheus/common/model"
"net/http"
"net/http/httptest"
"testing"
Expand All @@ -14,6 +13,7 @@ import (
"github.com/grafana/dskit/user"
"github.com/grafana/regexp"
"github.com/prometheus/client_golang/prometheus"
"github.com/prometheus/common/model"
"github.com/prometheus/common/promslog"
"github.com/prometheus/common/route"
"github.com/prometheus/prometheus/config"
Expand Down

0 comments on commit 64b1d04

Please sign in to comment.