Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 1ac1ed4

Browse files
Update docker/build_artifacts/sagemaker/python_service.py
Co-authored-by: Eric Johnson <[email protected]>
1 parent aaf2c5c commit 1ac1ed4

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docker/build_artifacts/sagemaker/python_service.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -222,9 +222,7 @@ def _import_custom_modules(self, model_name):
222222

223223
if os.path.exists(inference_script_path):
224224
handler, input_handler, output_handler = self._import_handlers(model_name)
225-
model_handlers = self._make_handler(handler,
226-
input_handler,
227-
output_handler)
225+
model_handlers = self._make_handler(handler, input_handler, output_handler)
228226
self.model_handlers[model_name] = model_handlers
229227
else:
230228
self.model_handlers[model_name] = default_handler

0 commit comments

Comments
 (0)