Skip to content

Commit

Permalink
Fix imports order
Browse files Browse the repository at this point in the history
  • Loading branch information
pmm-sumo committed Nov 9, 2020
1 parent ee94902 commit f4222f0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion processor/tailsamplingprocessor/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ import (
"go.opencensus.io/stats"
"go.opencensus.io/stats/view"
"go.opencensus.io/tag"

"go.opentelemetry.io/collector/config/configtelemetry"
"go.opentelemetry.io/collector/obsreport"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ import (

"github.com/google/uuid"
"github.com/stretchr/testify/assert"
"go.uber.org/zap"

"go.opentelemetry.io/collector/consumer/pdata"
"go.uber.org/zap"
)

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

0 comments on commit f4222f0

Please sign in to comment.