We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d5c397 commit 6ea5eb8Copy full SHA for 6ea5eb8
pandas-stubs/core/series.pyi
@@ -1720,7 +1720,7 @@ class Series(IndexOpsMixin[S1], NDFrame):
1720
) -> Series[_T_COMPLEX]: ...
1721
@overload
1722
def __radd__(
1723
- self: Series[complex], other: _T_COMPLEX | Sequence[_T_COMPLEX]
+ self: Series[complex], other: complex | Sequence[complex]
1724
) -> Series[complex]: ...
1725
1726
def __radd__(self, other: S1 | Series[S1]) -> Self: ...
0 commit comments