diff --git a/graphdatascience/query_runner/progress/query_progress_logger.py b/graphdatascience/query_runner/progress/query_progress_logger.py index b750e32ae..1e2ffd1a2 100644 --- a/graphdatascience/query_runner/progress/query_progress_logger.py +++ b/graphdatascience/query_runner/progress/query_progress_logger.py @@ -82,7 +82,6 @@ def _log( if pbar is not None: self._finish_pbar(future, pbar) - # TODO show as cancelled if future was interrupted def _init_pbar(self, task_with_progress: TaskWithProgress) -> tqdm: # type: ignore root_task_name = task_with_progress.task_name