Skip to content

Commit 236a49c

Browse files
committed
removing extra line
1 parent 42f4043 commit 236a49c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker_inference/model_server.py

-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,6 @@ def _generate_mms_config_properties():
151151
"inference_address": "http://0.0.0.0:{}".format(env.inference_http_port),
152152
"management_address": "http://0.0.0.0:{}".format(env.management_http_port),
153153
"vmargs": "-XX:-UseContainerSupport",
154-
155154
}
156155

157156
custom_configuration = str()

0 commit comments

Comments
 (0)