Skip to content

Commit d62cc8f

Browse files
author
Balaji Veeramani
committed
Address review comments
1 parent c393d9b commit d62cc8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/deserializers.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ class CSVDeserializer(BaseDeserializer):
6969

7070
ACCEPT = "test/csv"
7171

72-
def __init__(self, encoding="UTF-8"):
72+
def __init__(self, encoding="utf-8"):
7373
"""Initialize the string encoding.
7474
7575
Args:
76-
encoding (str): The string encoding to use (default: "UTF-8").
76+
encoding (str): The string encoding to use (default: "utf-8").
7777
"""
7878
self.encoding = encoding
7979

0 commit comments

Comments
 (0)