We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713c155 commit f9e0896Copy full SHA for f9e0896
packages/dask-task-models-library/src/dask_task_models_library/container_tasks/protocol.py
@@ -93,9 +93,7 @@ class ContainerTaskParameters(BaseModel):
93
"input_data": TaskInputData.model_json_schema()["examples"][0],
94
"output_data_keys": TaskOutputDataSchema.model_json_schema()[
95
"examples"
96
- ][
97
- 0
98
- ], # type: ignore[index]
+ ][0],
99
"command": ["sleep 10", "echo hello"],
100
"envs": {"MYENV": "is an env"},
101
"labels": {"io.simcore.thelabel": "is amazing"},
0 commit comments