File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ from pandas.io.formats.format import EngFormatter
58
58
# where it is the only acceptable type.
59
59
Incomplete : TypeAlias = Any
60
60
61
- ArrayLike : TypeAlias = ExtensionArray | np .ndarray [ Any , Any ]
61
+ ArrayLike : TypeAlias = ExtensionArray | np .ndarray
62
62
AnyArrayLike : TypeAlias = ArrayLike | Index [Any ] | Series [Any ]
63
63
PythonScalar : TypeAlias = str | bool | complex
64
64
DatetimeLikeScalar = TypeVar ("DatetimeLikeScalar" , bound = Period | Timestamp | Timedelta )
@@ -482,7 +482,7 @@ KeysArgType: TypeAlias = Any
482
482
ListLike : TypeAlias = Sequence | np .ndarray | Series | Index
483
483
ListLikeT = TypeVar ("ListLikeT" , bound = ListLike )
484
484
ListLikeExceptSeriesAndStr : TypeAlias = (
485
- MutableSequence [Any ] | np .ndarray [ Any , Any ] | tuple [Any , ...] | Index [Any ]
485
+ MutableSequence [Any ] | np .ndarray | tuple [Any , ...] | Index [Any ]
486
486
)
487
487
ListLikeU : TypeAlias = Sequence | np .ndarray | Series | Index
488
488
ListLikeHashable : TypeAlias = (
You can’t perform that action at this time.
0 commit comments