Skip to content

Commit 43081a8

Browse files
committed
TYP: Add missing module import in numpy
1 parent f744f36 commit 43081a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

numpy/__init__.pyi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,15 +212,18 @@ else:
212212

213213
# Ensures that the stubs are picked up
214214
from numpy import (
215+
core as core,
215216
ctypeslib as ctypeslib,
216217
exceptions as exceptions,
218+
f2py as f2py,
217219
fft as fft,
218220
lib as lib,
219221
linalg as linalg,
220222
ma as ma,
221223
polynomial as polynomial,
222224
random as random,
223225
testing as testing,
226+
typing as typing,
224227
version as version,
225228
exceptions as exceptions,
226229
dtypes as dtypes,

0 commit comments

Comments
 (0)