Skip to content

Commit 6bd9372

Browse files
Apply suggestions from code review
Co-authored-by: Bingran Hu <[email protected]>
1 parent 71c4d82 commit 6bd9372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/job-orchestration/job_orchestration/executor/compress/compression_task.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ def update_job_metadata_and_tags(
9292
table_prefix: str,
9393
dataset: Optional[str],
9494
tag_ids: List[int],
95-
archive_stats: dict[str, Any],
95+
archive_stats: Dict[str, Any],
9696
) -> None:
9797
if tag_ids is not None:
9898
update_tags(db_cursor, table_prefix, dataset, archive_stats["id"], tag_ids)
@@ -110,7 +110,7 @@ def update_archive_metadata(
110110
db_cursor,
111111
table_prefix: str,
112112
dataset: Optional[str],
113-
archive_stats: dict[str, Any],
113+
archive_stats: Dict[str, Any],
114114
) -> None:
115115
stats_to_update = {
116116
# Use defaults for values clp-s doesn't output

0 commit comments

Comments
 (0)