Skip to content

Commit

Permalink
fixed imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rabenhorst committed Apr 19, 2023
1 parent 7131356 commit b628eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/native_histograms_test.go
Expand Up @@ -6,7 +6,6 @@ package e2e_test
import (
"context"
"fmt"
"github.com/prometheus/prometheus/tsdb/tsdbutil"
"reflect"
"testing"
"time"
Expand All @@ -19,6 +18,7 @@ import (
"github.com/prometheus/prometheus/model/histogram"
"github.com/prometheus/prometheus/prompb"
"github.com/prometheus/prometheus/storage/remote"
"github.com/prometheus/prometheus/tsdb/tsdbutil"
"github.com/thanos-io/thanos/pkg/promclient"
"github.com/thanos-io/thanos/pkg/queryfrontend"
"github.com/thanos-io/thanos/pkg/receive"
Expand Down

0 comments on commit b628eed

Please sign in to comment.