summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBas van Beek <b.f.van.beek@vu.nl>2020-10-22 15:49:38 +0200
committerBas van Beek <b.f.van.beek@vu.nl>2020-10-22 17:45:53 +0200
commitdb55397e4c705b7f5a5bf7ee5a45c9ce78aba4c4 (patch)
treee60607030b69f587fd3e1e328c1cf0a8cb67375a
parentc1dde64e78ae4cbfcba88727c4d2872f5238999a (diff)
downloadnumpy-db55397e4c705b7f5a5bf7ee5a45c9ce78aba4c4.tar.gz
MAINT: Removed unused imports
-rw-r--r--numpy/typing/_callable.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/numpy/typing/_callable.py b/numpy/typing/_callable.py
index 8b7bfedac..91b7a4ec2 100644
--- a/numpy/typing/_callable.py
+++ b/numpy/typing/_callable.py
@@ -28,13 +28,9 @@ from numpy import (
unsignedinteger,
signedinteger,
int8,
- int32,
- int64,
floating,
- float32,
float64,
complexfloating,
- complex64,
complex128,
)
from ._scalars import (