Skip to content

Commit 084ee69

Browse files
committed
Format
1 parent c46c57a commit 084ee69

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

datadog_lambda/durable.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ def extract_durable_function_tags(event):
3838

3939
parsed = _parse_durable_execution_arn(durable_execution_arn)
4040
if not parsed:
41-
logger.error(
42-
"Failed to parse DurableExecutionArn: %s", durable_execution_arn
43-
)
41+
logger.error("Failed to parse DurableExecutionArn: %s", durable_execution_arn)
4442
return {}
4543

4644
execution_name, execution_id = parsed

0 commit comments

Comments
 (0)