Skip to content

Commit 3527a07

Browse files
clean
1 parent 9cccc94 commit 3527a07

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

datadog_lambda/tracing.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,6 @@ def extract_context_from_sqs_or_sns_event_or_context(event, lambda_context):
252252
import base64
253253

254254
dd_json_data = dd_payload.get("binaryValue") or dd_payload.get("Value")
255-
256255
if dd_json_data:
257256
dd_json_data = base64.b64decode(dd_json_data)
258257
elif dd_json_data_type == "String":

0 commit comments

Comments
 (0)