Skip to content

Commit

Permalink
imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
thepalbi committed Nov 2, 2023
1 parent 570d733 commit 3ff2d69
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions component/loki/write/write_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@ package write
import (
"context"
"fmt"
"go.uber.org/atomic"
"math"
"net/http"
"net/http/httptest"
"os"
"testing"
"time"

"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"

"github.com/grafana/agent/component/common/loki"
"github.com/grafana/agent/component/common/loki/wal"
"github.com/grafana/agent/component/discovery"
lsf "github.com/grafana/agent/component/loki/source/file"
"github.com/grafana/agent/pkg/flow/componenttest"
"github.com/grafana/agent/pkg/util"
"github.com/grafana/river"
"github.com/prometheus/common/model"
"github.com/stretchr/testify/require"
"go.uber.org/atomic"

"github.com/grafana/loki/pkg/logproto"
loki_util "github.com/grafana/loki/pkg/util"
"github.com/grafana/river"
)

func TestRiverConfig(t *testing.T) {
Expand Down

0 comments on commit 3ff2d69

Please sign in to comment.