Skip to content

Commit

Permalink
linting imports
Browse files Browse the repository at this point in the history
  • Loading branch information
liustve committed Feb 11, 2025
1 parent 579efb3 commit f97fd24
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,8 @@
DEFAULT_TRACES_EXPORT_PATH,
)
from opentelemetry.exporter.otlp.proto.http.version import __version__
from opentelemetry.sdk.environment_variables import (
OTEL_EXPORTER_OTLP_TRACES_ENDPOINT,
)
from opentelemetry.sdk.trace import Resource, SpanContext, SpanLimits, Tracer, _Span
from opentelemetry.sdk.trace.export import SimpleSpanProcessor
from opentelemetry.sdk.trace.id_generator import RandomIdGenerator
from opentelemetry.sdk.trace.sampling import ALWAYS_ON
from opentelemetry.sdk.environment_variables import OTEL_EXPORTER_OTLP_TRACES_ENDPOINT
from opentelemetry.sdk.trace import SpanContext, _Span
from opentelemetry.trace import SpanKind, TraceFlags

OTLP_CW_ENDPOINT = "https://xray.us-east-1.amazonaws.com/v1/traces"
Expand Down

0 comments on commit f97fd24

Please sign in to comment.