Skip to content

Commit 463ff91

Browse files
author
Jonathan Esterhazy
committed
remove out of date comment
1 parent b4d1d5f commit 463ff91

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/sagemaker/tensorflow/serving.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
from __future__ import absolute_import
1414

1515
import logging
16-
1716
import sagemaker
1817
from sagemaker.content_types import CONTENT_TYPE_JSON
1918
from sagemaker.fw_utils import create_image_uri
@@ -144,7 +143,6 @@ def _get_image_uri(self, instance_type):
144143
if self.image:
145144
return self.image
146145

147-
# reuse standard image uri function, then strip unwanted python component
148146
region_name = self.sagemaker_session.boto_region_name
149147
return create_image_uri(region_name, Model.FRAMEWORK_NAME, instance_type,
150148
self._framework_version)

0 commit comments

Comments
 (0)