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 52eae4b commit de538e8Copy full SHA for de538e8
pandas-stubs/_libs/tslibs/period.pyi
@@ -93,7 +93,7 @@ class Period(PeriodMixin):
93
@overload
94
def __add__(self, other: NaTType) -> NaTType: ...
95
96
- def __radd__(self, other: _PeriodAddSub) -> Self: ...
+ def __radd__(self, other: _PeriodAddSub) -> Self: ... # type: ignore[misc,unused-ignore]
97
98
def __radd__(self, other: NaTType) -> NaTType: ...
99
# ignore[misc] here because we know all other comparisons
0 commit comments