Skip to content

Commit bd743cf

Browse files
authored
Clarify example in docs on nested dependencies and products. (#318)
1 parent 92e06e7 commit bd743cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/tutorials/defining_dependencies_products.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ is rerun when the model is changed. And it depends on data.
153153
}
154154
)
155155
@pytask.mark.produces(BLD / "models" / "fitted_model.pkl")
156-
def task_fit_model():
156+
def task_fit_model(depends_on, produces):
157157
...
158158
```
159159

0 commit comments

Comments
 (0)