summaryrefslogtreecommitdiff
path: root/numpy/math.pyi
diff options
context:
space:
mode:
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: ...