Skip to content

Commit 4167ffe

Browse files
lym953claude
andcommitted
style: fix black formatting in durable.py
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent cdc2402 commit 4167ffe

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

datadog_lambda/durable.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@ def extract_durable_function_tags(event):
4949
return {
5050
"aws.durable.execution_name": execution_name,
5151
"aws.durable.execution_id": execution_id,
52-
"aws.durable.first_invocation": str(
53-
is_first_invocation
54-
).lower(),
52+
"aws.durable.first_invocation": str(is_first_invocation).lower(),
5553
}
5654

5755

0 commit comments

Comments
 (0)