diff options
Diffstat (limited to 'numpy')
| -rw-r--r-- | numpy/__init__.pyi | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/numpy/__init__.pyi b/numpy/__init__.pyi index 0cc768e22..935a58961 100644 --- a/numpy/__init__.pyi +++ b/numpy/__init__.pyi @@ -674,12 +674,6 @@ test: PytestTester # # Placeholders for classes -# Some of these are aliases; others are wrappers with an identical signature -product = prod -cumproduct = cumprod -sometrue = any -alltrue = all - def show_config() -> None: ... _NdArraySubClass = TypeVar("_NdArraySubClass", bound=ndarray[Any, Any]) |
