Skip to content

Commit 3b9f467

Browse files
committed
chore: black-format
1 parent ae83cbf commit 3b9f467

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/integ/test_auto_ml.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,9 @@ def test_deploy_best_candidate(sagemaker_session, cpu_instance_type, reusable_jo
342342
@pytest.mark.skip(
343343
reason="",
344344
)
345-
def test_candidate_estimator_default_rerun_and_deploy(sagemaker_session, cpu_instance_type, reusable_job_name):
345+
def test_candidate_estimator_default_rerun_and_deploy(
346+
sagemaker_session, cpu_instance_type, reusable_job_name
347+
):
346348
auto_ml_utils.create_auto_ml_job_if_not_exist(sagemaker_session, reusable_job_name)
347349

348350
auto_ml = AutoML(

0 commit comments

Comments
 (0)