Skip to content

Commit 70e22f5

Browse files
author
Payton Staub
committed
Fix black-check
1 parent 1326181 commit 70e22f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/unit/sagemaker/workflow/test_step_collections.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -532,8 +532,8 @@ def test_register_model_with_model_repack_with_model(model, model_metrics):
532532
"sagemaker_container_log_level": "20",
533533
"sagemaker_job_name": repacker_job_name,
534534
"sagemaker_region": f'"{REGION}"',
535-
"dependencies": 'null',
536-
"source_dir": 'null'
535+
"dependencies": "null",
536+
"source_dir": "null",
537537
},
538538
"InputDataConfig": [
539539
{

0 commit comments

Comments
 (0)