8000 MAINT: Removed an unused import · numpy/numpy@226b46b · GitHub
[go: up one dir, main page]

Skip to content

Commit 226b46b

Browse files
author
Bas van Beek
committed
MAINT: Removed an unused import
1 parent 3082bd7 commit 226b46b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/typing/_callable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
_ComplexLike,
3636
_NumberLike,
3737
)
38-
from . import NBitBase, _64Bit
38+
from . import NBitBase
3939

4040
if sys.version_info >= (3, 8):
4141
from typing import Protocol

0 commit comments

Comments
 (0)
0