Skip to content

Commit a1ede86

Browse files
author
pintaoz
committed
fix circular import
1 parent cef1f34 commit a1ede86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/base_deserializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
import numpy as np
2424
from six import with_metaclass
2525

26-
from sagemaker.amazon.common import read_records
26+
from sagemaker.serializer_utils import read_records
2727
from sagemaker.utils import DeferredError
2828

2929
try:

0 commit comments

Comments
 (0)