mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 07:25:04 +02:00
Placate newer mypy
This commit is contained in:
parent
86e2e226dc
commit
da72863b47
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue