Skip to content

Commit f1bea3e

Browse files
committed
fix format
1 parent b53c59b commit f1bea3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/workflow/test_retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def test_model_registration_with_model_repack(
149149
pipeline_name,
150150
region_name,
151151
pytorch_training_latest_version,
152-
pytorch_training_latest_py_version
152+
pytorch_training_latest_py_version,
153153
):
154154
base_dir = os.path.join(DATA_DIR, "pytorch_mnist")
155155
entry_point = os.path.join(base_dir, "mnist.py")

0 commit comments

Comments
 (0)