Skip to content

Commit

Permalink
goimports
Browse files Browse the repository at this point in the history
Signed-off-by: Jason Parraga <[email protected]>
  • Loading branch information
Sovietaced committed Jun 14, 2024
1 parent 3dd953f commit 923fe31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flytestdlib/otelutils/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ package otelutils
import (
"context"
"fmt"
"os"

"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc"
"go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp"
"go.opentelemetry.io/otel/trace/noop"
"os"

"go.opentelemetry.io/otel/attribute"
"go.opentelemetry.io/otel/exporters/jaeger"
Expand Down

0 comments on commit 923fe31

Please sign in to comment.