Skip to content

Commit 0bfed47

Browse files
author
Chuyang Deng
committed
fix black-format
1 parent 5b6ca73 commit 0bfed47

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integ/test_multidatamodel.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,7 @@ def test_multi_data_model_deploy_pretrained_models(
178178

179179

180180
@pytest.mark.local_mode
181-
def test_multi_data_model_deploy_pretrained_models_local_mode(
182-
container_image, sagemaker_session
183-
):
181+
def test_multi_data_model_deploy_pretrained_models_local_mode(container_image, sagemaker_session):
184182
timestamp = sagemaker_timestamp()
185183
endpoint_name = "test-multimodel-endpoint-{}".format(timestamp)
186184
model_name = "test-multimodel-{}".format(timestamp)

0 commit comments

Comments
 (0)