We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cef1f34 commit a1ede86Copy full SHA for a1ede86
src/sagemaker/base_deserializers.py
@@ -23,7 +23,7 @@
23
import numpy as np
24
from six import with_metaclass
25
26
-from sagemaker.amazon.common import read_records
+from sagemaker.serializer_utils import read_records
27
from sagemaker.utils import DeferredError
28
29
try:
0 commit comments