Skip to content

Commit 384e804

Browse files
committed
fmt
1 parent 392bc43 commit 384e804

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

datadog_lambda/durable.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,7 @@ def extract_durable_function_tags(event):
4949
return {
5050
"durable_function_execution_name": execution_name,
5151
"durable_function_execution_id": execution_id,
52-
"aws.lambda.durable_function.first_invocation": str(is_first_invocation).lower(),
52+
"aws.lambda.durable_function.first_invocation": str(
53+
is_first_invocation
54+
).lower(),
5355
}

0 commit comments

Comments
 (0)