Skip to content

Commit 85d63d3

Browse files
committed
Fix formatting errors
1 parent d621d6a commit 85d63d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/sagemaker/workflow/test_steps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def test_training_step_tensorflow(sagemaker_session):
275275
"sagemaker_distributed_dataparallel_custom_mpi_options": '""',
276276
},
277277
"ProfilerConfig": {"S3OutputPath": "s3://my-bucket/"},
278-
"Environment": {DEBUGGER_FLAG: "0"}
278+
"Environment": {DEBUGGER_FLAG: "0"},
279279
},
280280
"CacheConfig": {"Enabled": True, "ExpireAfter": "PT1H"},
281281
}

0 commit comments

Comments
 (0)