Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
nhulston committed Oct 30, 2024
1 parent f8be45b commit 94cc647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datadog_lambda/span_pointers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import logging
from typing import List

from ddtrace._trace.utils_botocore.span_pointers import (
from ddtrace._trace.utils_botocore.span_pointers.s3 import ( # temp change so tests pass
_aws_s3_object_span_pointer_description,
)
from ddtrace._trace._span_pointer import _SpanPointerDirection
Expand Down

0 comments on commit 94cc647

Please sign in to comment.