Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
benieric committed Sep 30, 2024
1 parent b53c59b commit f1bea3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integ/sagemaker/workflow/test_retry.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def test_model_registration_with_model_repack(
pipeline_name,
region_name,
pytorch_training_latest_version,
pytorch_training_latest_py_version
pytorch_training_latest_py_version,
):
base_dir = os.path.join(DATA_DIR, "pytorch_mnist")
entry_point = os.path.join(base_dir, "mnist.py")
Expand Down

0 comments on commit f1bea3e

Please sign in to comment.