Skip to content

Commit 6ea5eb8

Browse files
committed
1 parent 8d5c397 commit 6ea5eb8

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
@@ -1720,7 +1720,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
17201720
) -> Series[_T_COMPLEX]: ...
17211721
@overload
17221722
def __radd__(
1723-
self: Series[complex], other: _T_COMPLEX | Sequence[_T_COMPLEX]
1723+
self: Series[complex], other: complex | Sequence[complex]
17241724
) -> Series[complex]: ...
17251725
@overload
17261726
def __radd__(self, other: S1 | Series[S1]) -> Self: ...

0 commit comments

Comments
 (0)