diff --git a/PFERD/logging.py b/PFERD/logging.py index e2d64fc..e833716 100644 --- a/PFERD/logging.py +++ b/PFERD/logging.py @@ -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