Skip to content

Commit a1c2872

Browse files
committed
1 parent 0784786 commit a1c2872

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
@@ -1687,7 +1687,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
16871687
) -> Series[_T_COMPLEX]: ...
16881688
@overload
16891689
def __radd__(
1690-
self: Series[complex], other: _T_COMPLEX | Sequence[_T_COMPLEX]
1690+
self: Series[complex], other: complex | Sequence[complex]
16911691
) -> Series[complex]: ...
16921692
@overload
16931693
def __radd__(self, other: S1 | Series[S1]) -> Self: ...

0 commit comments

Comments
 (0)