File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -205,13 +205,13 @@ from numpy import (
205205 matrixlib as matrixlib ,
206206 polynomial as polynomial ,
207207 random as random ,
208- rec as rec ,
209208 testing as testing ,
210209 version as version ,
211210)
212211
213- from numpy .core import defchararray
212+ from numpy .core import defchararray , records
214213char = defchararray
214+ rec = records
215215
216216from numpy .core .function_base import (
217217 linspace as linspace ,
File renamed without changes.
Original file line number Diff line number Diff line change 99 ROOT / "py.typed" ,
1010 ROOT / "__init__.pyi" ,
1111 ROOT / "ctypeslib.pyi" ,
12- ROOT / "rec.pyi" ,
1312 ROOT / "core" / "__init__.pyi" ,
1413 ROOT / "distutils" / "__init__.pyi" ,
1514 ROOT / "f2py" / "__init__.pyi" ,
You can’t perform that action at this time.
0 commit comments