Skip to content

Commit 8b210dd

Browse files
committed
Remove whitespace from blank line
1 parent 69eeea9 commit 8b210dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker_pytorch_serving_container/torchserve.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def start_torchserve(handler_service=DEFAULT_HANDLER_SERVICE):
9393
]
9494

9595
default_model_path_args = ["--models", DEFAULT_TS_MODEL_NAME + "=" + environment.model_dir]
96-
96+
9797
if not ENABLE_MULTI_MODEL:
9898
ts_torchserve_cmd += default_model_path_args
9999

0 commit comments

Comments
 (0)