Skip to content

Commit

Permalink
Remove unused symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ocelotl committed Jun 12, 2024
1 parent 1166446 commit 9ccb78b
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,6 @@ def custom_event_context_extractor(lambda_event):
from opentelemetry.instrumentation.utils import unwrap
from opentelemetry.metrics import MeterProvider, get_meter_provider
from opentelemetry.propagate import get_global_textmap
from opentelemetry.propagators.aws.aws_xray_propagator import (
TRACE_HEADER_KEY,
AwsXRayPropagator,
)
from opentelemetry.semconv.resource import ResourceAttributes
from opentelemetry.semconv.trace import SpanAttributes
from opentelemetry.trace import (
Expand Down Expand Up @@ -167,8 +163,6 @@ def _determine_parent_context(
"""
parent_context = None



if (
parent_context
and get_current_span(parent_context)
Expand Down

0 comments on commit 9ccb78b

Please sign in to comment.