Skip to content

Commit

Permalink
Try to appease golangci-lint with import groups
Browse files Browse the repository at this point in the history
  • Loading branch information
odeke-em committed Jun 8, 2021
1 parent 439eb39 commit dc06ebc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ import (
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"go.opentelemetry.io/collector/consumer/pdata"

metricspb "github.com/census-instrumentation/opencensus-proto/gen-go/metrics/v1"

"go.opentelemetry.io/collector/consumer/pdata"
)

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

0 comments on commit dc06ebc

Please sign in to comment.