Skip to content

Commit 7ac0417

Browse files
committed
Remove outdated todo
1 parent bed0dc7 commit 7ac0417

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

graphdatascience/query_runner/progress/query_progress_logger.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ def _log(
8282

8383
if pbar is not None:
8484
self._finish_pbar(future, pbar)
85-
# TODO show as cancelled if future was interrupted
8685

8786
def _init_pbar(self, task_with_progress: TaskWithProgress) -> tqdm: # type: ignore
8887
root_task_name = task_with_progress.task_name

0 commit comments

Comments
 (0)