Skip to content

Commit 1c75a4d

Browse files
committed
black format
1 parent 495837d commit 1c75a4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/sagemaker/session.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2838,9 +2838,7 @@ def endpoint_from_model_data(
28382838
lambda: self.sagemaker_client.describe_model(ModelName=name)
28392839
):
28402840
primary_container = container_def(
2841-
image_uri=image_uri,
2842-
model_data_url=model_s3_location,
2843-
env=model_environment_vars,
2841+
image_uri=image_uri, model_data_url=model_s3_location, env=model_environment_vars,
28442842
)
28452843
self.create_model(
28462844
name=name, role=role, container_defs=primary_container, vpc_config=model_vpc_config

0 commit comments

Comments
 (0)