Skip to content

Commit 8bb574f

Browse files
committed
fix pyright too
1 parent ca948f1 commit 8bb574f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/series.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4627,7 +4627,7 @@ class Series(IndexOpsMixin[S1], ElementOpsMixin[S1], NDFrame):
46274627
copy: _bool | _NoDefaultDoNotUse = ...,
46284628
) -> Self: ...
46294629
@final
4630-
def xs(
4630+
def xs( # pyright: ignore[reportIncompatibleMethodOverride]
46314631
self,
46324632
key: Hashable,
46334633
axis: AxisIndex = 0, # type: ignore[override]

0 commit comments

Comments
 (0)