Skip to content

Commit 73a1f14

Browse files
GH1139 PR Feedback
1 parent 17a1049 commit 73a1f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/series.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
10411041
broadcast_axis: AxisIndex | None = ...,
10421042
) -> tuple[Series, Series]: ...
10431043
@overload
1044-
def rename(
1044+
def rename( # type: ignore[overload-overlap]
10451045
self,
10461046
index: None = ...,
10471047
*,

0 commit comments

Comments
 (0)