Skip to content

Commit

Permalink
add type ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Chengqian-Zhang committed Jun 27, 2024
1 parent 3340719 commit bcf415c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpop/preprun_fp.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _prep_run_fp(
output_artifact_archive={
"task_paths": None
},
python_packages = upload_python_packages,
python_packages = upload_python_packages, # type: ignore
image = prep_image,
**prep_template_config,
),
Expand Down Expand Up @@ -176,7 +176,7 @@ def _prep_run_fp(
output_artifact = ["backward_dir"],
**run_slice_config,
),
python_packages = upload_python_packages,
python_packages = upload_python_packages, # type: ignore
image = run_image,
**run_template_config,
),
Expand Down

0 comments on commit bcf415c

Please sign in to comment.