Skip to content

Commit

Permalink
More linting
Browse files Browse the repository at this point in the history
  • Loading branch information
fionaliao committed Sep 25, 2024
1 parent 0f9095c commit df302bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion integration/native_histograms_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
package integration

import (
"github.com/prometheus/common/model"
"net/http"
"testing"
"time"

"github.com/grafana/e2e"
e2edb "github.com/grafana/e2e/db"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"

"github.com/grafana/mimir/integration/e2emimir"
Expand Down
2 changes: 1 addition & 1 deletion integration/ooo_ingestion_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
package integration

import (
"github.com/prometheus/common/model"
"net/http"
"testing"
"time"

"github.com/grafana/e2e"
e2edb "github.com/grafana/e2e/db"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"

"github.com/grafana/mimir/integration/e2emimir"
Expand Down

0 comments on commit df302bb

Please sign in to comment.