Skip to content

Commit a635631

Browse files
committed
add forgotten return statement
1 parent 3933900 commit a635631

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sagemaker/mxnet/estimator.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,8 @@ def create_model(
239239
self.entry_point if model._is_mms_version() else self._model_entry_point()
240240
)
241241

242+
return model
243+
242244
@classmethod
243245
def _prepare_init_params_from_job_description(cls, job_details, model_channel_name=None):
244246
"""Convert the job description to init params that can be handled by the

0 commit comments

Comments
 (0)