Skip to content

Commit bf0899b

Browse files
author
Payton Staub
committed
fix black-check
1 parent ecbc5e5 commit bf0899b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/sagemaker/workflow/test_step_collections.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ def test_register_model_with_model_repack_with_estimator(estimator, model_metric
407407
},
408408
"HyperParameters": {
409409
"inference_script": '"dummy_script.py"',
410-
"dependencies": f"\"{dummy_requirements}\"",
410+
"dependencies": f'"{dummy_requirements}"',
411411
"model_archive": '"model.tar.gz"',
412412
"sagemaker_submit_directory": '"s3://{}/{}/source/sourcedir.tar.gz"'.format(
413413
BUCKET, repacker_job_name.replace('"', "")
@@ -416,7 +416,7 @@ def test_register_model_with_model_repack_with_estimator(estimator, model_metric
416416
"sagemaker_container_log_level": "20",
417417
"sagemaker_job_name": repacker_job_name,
418418
"sagemaker_region": f'"{REGION}"',
419-
"source_dir": 'null'
419+
"source_dir": "null",
420420
},
421421
"InputDataConfig": [
422422
{
@@ -635,7 +635,7 @@ def test_register_model_with_model_repack_with_pipeline_model(pipeline_model, mo
635635
"S3OutputPath": f"s3://{BUCKET}/",
636636
},
637637
"HyperParameters": {
638-
"dependencies": 'null',
638+
"dependencies": "null",
639639
"inference_script": '"dummy_script.py"',
640640
"model_archive": '"model.tar.gz"',
641641
"sagemaker_submit_directory": '"s3://{}/{}/source/sourcedir.tar.gz"'.format(
@@ -645,7 +645,7 @@ def test_register_model_with_model_repack_with_pipeline_model(pipeline_model, mo
645645
"sagemaker_container_log_level": "20",
646646
"sagemaker_job_name": repacker_job_name,
647647
"sagemaker_region": f'"{REGION}"',
648-
"source_dir": 'null',
648+
"source_dir": "null",
649649
},
650650
"InputDataConfig": [
651651
{

0 commit comments

Comments
 (0)