Skip to content

Commit f093170

Browse files
author
Nikhil Kulkarni
committed
Fix extra spacing in log
1 parent 837f9b8 commit f093170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker_pytorch_serving_container/torchserve.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,8 +175,8 @@ def _generate_ts_config_properties():
175175
}
176176
}
177177
user_defined_configuration["models"] = json.dumps(models)
178-
logger.warn("Sagemaker TS environment variables have been set and will be used \
179-
for single model endpoint.")
178+
logger.warn("Sagemaker TS environment variables have been set and will be used "
179+
"for single model endpoint.")
180180

181181
custom_configuration = str()
182182

0 commit comments

Comments
 (0)