diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-19 15:49:57 +0200 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-19 15:49:57 +0200 |
commit | 160a782381d2f723b0f1d836503e13eedeaaf7aa (patch) | |
tree | 83ae95bec1513282be5a3b91906a3e25b485c641 /numpy/math.pyi | |
parent | e91e31eab3f6a4af1498635c6c80d4ef4263e1d9 (diff) | |
download | numpy-160a782381d2f723b0f1d836503e13eedeaaf7aa.tar.gz |
REV: Removed one last builtin module
Diffstat (limited to 'numpy/math.pyi')
-rw-r--r-- | numpy/math.pyi | 4 |
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: ... |