minor tweaks

This commit is contained in:
Daniel Roth 2026-03-25 13:53:54 +00:00
parent 890bd313bd
commit 64b46f8512

View file

@ -1,7 +1,6 @@
import os
import re
# import time
from typing import Any, Dict, List, Mapping
from openpyxl import load_workbook
@ -108,8 +107,6 @@ def handler(event: Mapping[str, Any], context: Any) -> None:
pashub_client.get_core_evidence_files_by_job_id(job["id"])
)
# time.sleep(10) # Simulate manual download
print(f"saved {len(saved_file_paths)} files")