Skip to content

Commit 46844ca

Browse files
committed
TYP: delete unused type alias
1 parent e58a287 commit 46844ca

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

numpy/_core/strings.pyi

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ from numpy._typing import (
1313
)
1414

1515

16-
AR_T: TypeAlias = np.ndarray[_Shape, np.dtypes.StringDType]
1716
_StringDTypeArray: TypeAlias = np.ndarray[_Shape, np.dtypes.StringDType]
1817
_StringDTypeSupportsArray: TypeAlias = _SupportsArray[np.dtypes.StringDType]
1918
_StringDTypeOrUnicodeArray: TypeAlias = np.ndarray[_Shape, np.dtype[np.str_]] | np.ndarray[_Shape, np.dtypes.StringDType]

0 commit comments

Comments
 (0)