summaryrefslogtreecommitdiff
path: root/numpy/tests
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-08-19 15:49:57 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2020-08-19 15:49:57 +0200
commit160a782381d2f723b0f1d836503e13eedeaaf7aa (patch)
tree83ae95bec1513282be5a3b91906a3e25b485c641 /numpy/tests
parente91e31eab3f6a4af1498635c6c80d4ef4263e1d9 (diff)
downloadnumpy-160a782381d2f723b0f1d836503e13eedeaaf7aa.tar.gz
REV: Removed one last builtin module
Diffstat (limited to 'numpy/tests')
-rw-r--r--numpy/tests/typing/reveal/modules.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/typing/reveal/modules.py b/numpy/tests/typing/reveal/modules.py
index 39eb2dbcb..736aae10c 100644
--- a/numpy/tests/typing/reveal/modules.py
+++ b/numpy/tests/typing/reveal/modules.py
@@ -11,7 +11,6 @@ reveal_type(np.fft) # E: ModuleType
reveal_type(np.lib) # E: ModuleType
reveal_type(np.linalg) # E: ModuleType
reveal_type(np.ma) # E: ModuleType
-reveal_type(np.math) # E: ModuleType
reveal_type(np.matrixlib) # E: ModuleType
reveal_type(np.polynomial) # E: ModuleType
reveal_type(np.random) # E: ModuleType