Skip to content

Commit 4e633e5

Browse files
committed
fixup
1 parent 9be11d6 commit 4e633e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/indexes/base.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ class Index(IndexOpsMixin[S1]):
475475
),
476476
) -> Self: ...
477477

478-
UnknownIndex: TypeAlias = Index
478+
UnknownIndex: TypeAlias = Index[Any]
479479

480480
def ensure_index_from_sequences(
481481
sequences: Sequence[Sequence[Dtype]], names: list[str] = ...

0 commit comments

Comments
 (0)