Skip to content

Commit 440d99e

Browse files
black-check failure fix
1 parent 0921686 commit 440d99e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integ/test_workflow.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1149,9 +1149,7 @@ def test_two_step_lambda_pipeline_with_output_reference(
11491149
pass
11501150

11511151

1152-
def test_two_steps_emr_pipeline(
1153-
sagemaker_session, role, pipeline_name, region_name
1154-
):
1152+
def test_two_steps_emr_pipeline(sagemaker_session, role, pipeline_name, region_name):
11551153
instance_count = ParameterInteger(name="InstanceCount", default_value=2)
11561154

11571155
emr_step_config = EMRStepConfig(

0 commit comments

Comments
 (0)