Skip to content

Commit 6511424

Browse files
committed
chore: remove stale comments
1 parent 2835c73 commit 6511424

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

etl_utils.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -309,9 +309,6 @@ def rm_tree(path: Path):
309309
rm_tree(etl_cache_dir)
310310

311311

312-
# TODO: delete_etl_tasks for related file_reference_id
313-
314-
315312
def get_download_key(org_id: str, download_id: str) -> Path:
316313
return Path(org_id) / download_id / "download"
317314

global_objects/etl_task.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,6 @@ def execution_finished(id: str) -> bool:
292292

293293

294294
def delete_many(ids: List[str], with_commit: bool = True) -> None:
295-
# TODO: cascade delete cached files
296295
(
297296
session.query(EtlTask)
298297
.filter(EtlTask.id.in_(ids))

0 commit comments

Comments
 (0)