Skip to content

Commit 76fb38c

Browse files
lym953claude
andcommitted
style: reformat durable import to multi-line
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent c149e81 commit 76fb38c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

datadog_lambda/wrapper.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,10 @@
4242
tracer,
4343
propagator,
4444
)
45-
from datadog_lambda.durable import extract_durable_function_tags, emit_durable_execution_log
45+
from datadog_lambda.durable import (
46+
extract_durable_function_tags,
47+
emit_durable_execution_log,
48+
)
4649
from datadog_lambda.trigger import (
4750
extract_trigger_tags,
4851
extract_http_status_code_tag,

0 commit comments

Comments
 (0)