Skip to content

Commit c1aefd1

Browse files
committed
[REL-11697] change to field(default_factory)
1 parent 20bf05c commit c1aefd1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sdk/server-ai/src/ldai/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ class Edge:
352352
key: str
353353
source_config: str
354354
target_config: str
355-
handoff: Optional[dict] = {}
355+
handoff: Optional[dict] = field(default_factory=dict)
356356

357357

358358
# ============================================================================

0 commit comments

Comments
 (0)