summaryrefslogtreecommitdiff
path: root/numpy/sys.pyi
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-08-19 15:14:30 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2020-08-19 15:14:30 +0200
commitcaf9722d16a2033e56ba77b7f786032b92d49055 (patch)
tree67f51bd6dd58697fac028db892032deaa28f4f21 /numpy/sys.pyi
parent1ef217b19161e01672e243d21263e517f63d817a (diff)
downloadnumpy-caf9722d16a2033e56ba77b7f786032b92d49055.tar.gz
REV: Removed the (accidently included) builtin `sys` module
Diffstat (limited to 'numpy/sys.pyi')
-rw-r--r--numpy/sys.pyi4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/sys.pyi b/numpy/sys.pyi
deleted file mode 100644
index 3938d68de..000000000
--- a/numpy/sys.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: ...