diff options
author | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-19 15:14:30 +0200 |
---|---|---|
committer | Bas van Beek <b.f.van.beek@vu.nl> | 2020-08-19 15:14:30 +0200 |
commit | caf9722d16a2033e56ba77b7f786032b92d49055 (patch) | |
tree | 67f51bd6dd58697fac028db892032deaa28f4f21 /numpy/sys.pyi | |
parent | 1ef217b19161e01672e243d21263e517f63d817a (diff) | |
download | numpy-caf9722d16a2033e56ba77b7f786032b92d49055.tar.gz |
REV: Removed the (accidently included) builtin `sys` module
Diffstat (limited to 'numpy/sys.pyi')
-rw-r--r-- | numpy/sys.pyi | 4 |
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: ... |