Skip to content

Commit 735711a

Browse files
committed
fix black check
1 parent eb659e5 commit 735711a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integ/test_processing.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,9 @@ def test_processing_job_inputs_and_output_config(
732732
)
733733

734734
job_description = script_processor.latest_job.describe()
735-
expected_inputs_and_outputs = _get_processing_job_inputs_and_outputs(sagemaker_session.default_bucket(), output_kms_key)
735+
expected_inputs_and_outputs = _get_processing_job_inputs_and_outputs(
736+
sagemaker_session.default_bucket(), output_kms_key
737+
)
736738
assert (
737739
job_description["ProcessingInputs"][:-1] == expected_inputs_and_outputs["ProcessingInputs"]
738740
)

0 commit comments

Comments
 (0)