Skip to content

Commit 8230b07

Browse files
fix lint
1 parent c0906a0 commit 8230b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

datadog_lambda/tracing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def extract_context_from_sqs_or_sns_event_or_context(
317317
dsm_data = dd_data
318318
else:
319319
# Handle case where trace context is injected into attributes.AWSTraceHeader
320-
# example: Root=1-654321ab-000000001234567890abcdef;Parent=0123456789abcdef;Sampled=1
320+
# example:Root=1-654321ab-000000001234567890abcdef;Parent=0123456789abcdef;Sampled=1
321321
attrs = event.get("Records")[0].get("attributes")
322322
if attrs:
323323
x_ray_header = attrs.get("AWSTraceHeader")

0 commit comments

Comments
 (0)