Placate newer mypy

This commit is contained in:
I-Al-Istannen 2022-04-03 13:19:08 +02:00
parent 86e2e226dc
commit da72863b47

View File

@ -68,7 +68,7 @@ class Log:
if self._download_progress.task_ids:
elements.append(self._download_progress)
group = Group(*elements) # type: ignore
group = Group(*elements)
self._live.update(group)
@contextmanager