Skip to content

Commit

Permalink
import order fix for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwafle committed Dec 11, 2023
1 parent 5d25f83 commit 95677b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion exporter/kafkaexporter/marshaler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ package kafkaexporter
import (
"encoding/json"
"fmt"
"github.com/IBM/sarama"
"testing"
"time"

"github.com/IBM/sarama"
zipkin "github.com/openzipkin/zipkin-go/model"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
Expand Down
5 changes: 3 additions & 2 deletions exporter/kafkaexporter/pdata_marshaler.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@ package kafkaexporter // import "github.com/open-telemetry/opentelemetry-collect

import (
"github.com/IBM/sarama"
"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/traceutil"
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal"
"go.opentelemetry.io/collector/pdata/plog"
"go.opentelemetry.io/collector/pdata/pmetric"
"go.opentelemetry.io/collector/pdata/ptrace"

"github.com/open-telemetry/opentelemetry-collector-contrib/internal/coreinternal/traceutil"
"github.com/open-telemetry/opentelemetry-collector-contrib/pkg/batchpersignal"
)

type pdataLogsMarshaler struct {
Expand Down

0 comments on commit 95677b5

Please sign in to comment.