Skip to content

Commit

Permalink
Add None default in task model
Browse files Browse the repository at this point in the history
  • Loading branch information
tcompa committed Jul 19, 2024
1 parent d2a2a69 commit 22ef80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fractal_tasks_core/dev/task_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CompoundTask(_BaseTask):
"""

executable_init: str
meta_init: Optional[dict[str, Any]]
meta_init: Optional[dict[str, Any]] = None

@property
def executable_non_parallel(self) -> str:
Expand Down

0 comments on commit 22ef80b

Please sign in to comment.