Skip to content

Commit bd909bb

Browse files
author
Balaji Veeramani
committed
Address review comments
1 parent a5fd621 commit bd909bb

File tree

4 files changed

+0
-72
lines changed

4 files changed

+0
-72
lines changed

src/sagemaker/deserializers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,8 @@ def deserialize(self, data, content_type):
3434
Returns:
3535
object: The data deserialized into an object.
3636
"""
37-
raise NotImplementedError
3837

3938
@property
4039
@abc.abstractmethod
4140
def ACCEPT(self):
4241
"""The content type that is expected from the inference endpoint."""
43-
raise NotImplementedError

src/sagemaker/serializers.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,8 @@ def serialize(self, data):
3333
Returns:
3434
object: Serialized data used for a request.
3535
"""
36-
raise NotImplementedError
3736

3837
@property
3938
@abc.abstractmethod
4039
def CONTENT_TYPE(self):
4140
"""The MIME type of the data sent to the inference endpoint."""
42-
raise NotImplementedError

tests/unit/sagemaker/test_deserializers.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

tests/unit/sagemaker/test_serializers.py

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)