Skip to content

Commit cbba80d

Browse files
committed
black format
1 parent 110bb60 commit cbba80d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

tests/integ/test_airflow_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ def test_xgboost_airflow_config_uploads_data_source_to_s3(
573573

574574
@pytest.mark.canary_quick
575575
def test_pytorch_airflow_config_uploads_data_source_to_s3_when_inputs_not_provided(
576-
sagemaker_session, cpu_instance_type, pytorch_full_version, pytorch_full_py_version,
576+
sagemaker_session, cpu_instance_type, pytorch_full_version, pytorch_full_py_version
577577
):
578578
with timeout(seconds=AIRFLOW_CONFIG_TIMEOUT_IN_SECONDS):
579579
estimator = PyTorch(

tests/integ/test_multidatamodel.py

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,7 @@ def test_multi_data_model_deploy_trained_model_from_framework_estimator(
318318

319319

320320
def _mxnet_training_job(
321-
sagemaker_session,
322-
container_image,
323-
mxnet_version,
324-
py_version,
325-
cpu_instance_type,
326-
learning_rate,
321+
sagemaker_session, container_image, mxnet_version, py_version, cpu_instance_type, learning_rate
327322
):
328323
with timeout(minutes=TRAINING_DEFAULT_TIMEOUT_MINUTES):
329324
script_path = os.path.join(DATA_DIR, "mxnet_mnist", "mnist.py")

0 commit comments

Comments
 (0)