Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bb56070

Browse files
authored
Add numpy import to _internal.py.
So that we can use np.intp.
1 parent b29ae31 commit bb56070

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/_internal.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import re
1010
import sys
11-
11+
import numpy as np
1212
from numpy.compat import basestring
1313
from .multiarray import dtype, array, ndarray
1414
try:

0 commit comments

Comments
 (0)