8000 ENH: Add annotations for 9 `ndarray`/`generic` magic methods by BvB93 · Pull Request #17613 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Add annotations for 9 ndarray/generic magic methods #17613

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Oct 29, 2020
Prev Previous commit
Next Next commit
MAINT: Removed unused imports
  • Loading branch information
Bas van Beek committed Oct 22, 2020
commit db55397e4c705b7f5a5bf7ee5a45c9ce78aba4c4
4 changes: 0 additions & 4 deletions numpy/typing/_callable.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,9 @@
unsignedinteger,
signedinteger,
int8,
int32,
int64,
floating,
float32,
float64,
complexfloating,
complex64,
complex128,
)
from ._scalars import (
Expand Down
0