summaryrefslogtreecommitdiff
path: root/numpy/math.pyi
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/math.pyi
parente91e31eab3f6a4af1498635c6c80d4ef4263e1d9 (diff)
downloadnumpy-160a782381d2f723b0f1d836503e13eedeaaf7aa.tar.gz
REV: Removed one last builtin module
Diffstat (limited to 'numpy/math.pyi')
-rw-r--r--numpy/math.pyi4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/math.pyi b/numpy/math.pyi
deleted file mode 100644
index 3938d68de..000000000
--- a/numpy/math.pyi
+++ /dev/null
@@ -1,4 +0,0 @@
-from typing import Any
-
-# TODO: remove when the full numpy namespace is defined
-def __getattr__(name: str) -> Any: ...