We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bed0dc7 commit 7ac0417Copy full SHA for 7ac0417
graphdatascience/query_runner/progress/query_progress_logger.py
@@ -82,7 +82,6 @@ def _log(
82
83
if pbar is not None:
84
self._finish_pbar(future, pbar)
85
- # TODO show as cancelled if future was interrupted
86
87
def _init_pbar(self, task_with_progress: TaskWithProgress) -> tqdm: # type: ignore
88
root_task_name = task_with_progress.task_name
0 commit comments