Skip to content

Commit 1f1f70d

Browse files
author
Balaji Veeramani
committed
Update common.py
1 parent 4bc264e commit 1f1f70d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/amazon/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def serialize(self, data):
5858
class RecordDeserializer(BaseDeserializer):
5959
"""Deserialize RecordIO Protobuf data from an inference endpoint."""
6060

61-
ACCEPT = "application/x-recordio-protobuf"
61+
ACCEPT = ("application/x-recordio-protobuf",)
6262

6363
def deserialize(self, data, content_type):
6464
"""Deserialize RecordIO Protobuf data from an inference endpoint.

0 commit comments

Comments
 (0)