Skip to content

Commit 839c987

Browse files
authored
Update models.py
1 parent fa3064f commit 839c987

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/python_workflow_definition/models.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131

3232
JsonPrimitive = Union[str, int, float, bool, None]
3333
AllowableDefaults = TypeAliasType(
34-
"AllowableDefaults", "Union[JsonPrimitive, dict[str, AllowableDefaults], tuple[AllowableDefaults, ...]]"
34+
"AllowableDefaults",
35+
"Union[JsonPrimitive, dict[str, AllowableDefaults], tuple[AllowableDefaults, ...]]",
3536
)
3637

3738

0 commit comments

Comments
 (0)