Skip to content

Commit 01906d6

Browse files
author
Balaji Veeramani
committed
Update serializers.py
1 parent dbc469b commit 01906d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/serializers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
try:
2626
import scipy.sparse
2727
except ImportError as e:
28-
scipy.sparse = DeferredError(e)
28+
scipy = DeferredError(e)
2929

3030

3131
class BaseSerializer(abc.ABC):

0 commit comments

Comments
 (0)