File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 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
5858# where it is the only acceptable type.
5959Incomplete : TypeAlias = Any
6060
61- ArrayLike : TypeAlias = ExtensionArray | np .ndarray [ Any , Any ]
61+ ArrayLike : TypeAlias = ExtensionArray | np .ndarray
6262AnyArrayLike : TypeAlias = ArrayLike | Index [Any ] | Series [Any ]
6363PythonScalar : TypeAlias = str | bool | complex
6464DatetimeLikeScalar = TypeVar ("DatetimeLikeScalar" , bound = Period | Timestamp | Timedelta )
@@ -482,7 +482,7 @@ KeysArgType: TypeAlias = Any
482482ListLike : TypeAlias = Sequence | np .ndarray | Series | Index
483483ListLikeT = TypeVar ("ListLikeT" , bound = ListLike )
484484ListLikeExceptSeriesAndStr : TypeAlias = (
485- MutableSequence [Any ] | np .ndarray [ Any , Any ] | tuple [Any , ...] | Index [Any ]
485+ MutableSequence [Any ] | np .ndarray | tuple [Any , ...] | Index [Any ]
486486)
487487ListLikeU : TypeAlias = Sequence | np .ndarray | Series | Index
488488ListLikeHashable : TypeAlias = (
You can’t perform that action at this time.
0 commit comments