Skip to content

Commit 46849ee

Browse files
committed
TYP: Remove unused private imports in numpy
1 parent 1014565 commit 46849ee

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

numpy/__init__.pyi

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@ from numpy._typing import (
3232
_ArrayLikeTD64_co,
3333
_ArrayLikeDT64_co,
3434
_ArrayLikeObject_co,
35-
_ArrayLikeStr_co,
36-
_ArrayLikeBytes_co,
3735
_ArrayLikeUnknown,
3836
_UnknownType,
3937

@@ -72,7 +70,6 @@ from numpy._typing import (
7270
_NBitShort,
7371
_NBitIntC,
7472
_NBitIntP,
75-
_NBitInt,
7673
_NBitLong,
7774
_NBitLongLong,
7875
_NBitHalf,

0 commit comments

Comments
 (0)