Skip to content

Commit ba48efe

Browse files
committed
BUG: fix lazy loading and reloading
1 parent 1e06e7f commit ba48efe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_typing/_array_like.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
str_,
2222
bytes_,
2323
)
24-
from numpy.dtypes import StringDType
24+
from numpy._core.multiarray import StringDType
2525
from ._nested_sequence import _NestedSequence
2626
from ._shape import _Shape
2727

0 commit comments

Comments
 (0)