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 94d535c commit 886b584Copy full SHA for 886b584
pymc/progress_bar.py
@@ -208,7 +208,7 @@ class ProgressBar(Protocol):
208
def tasks(self) -> list[ProgressTask]:
209
"""Get the tasks in the progress bar."""
210
211
- def add_task(self, *args, **kwargs):
+ def add_task(self, *args, **kwargs) -> ProgressTask | None:
212
"""Add a task to the progress bar."""
213
214
def update(self, task_id, **kwargs):
0 commit comments