Skip to content

Commit de538e8

Browse files
committed
mypy happiness
1 parent 52eae4b commit de538e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/_libs/tslibs/period.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class Period(PeriodMixin):
9393
@overload
9494
def __add__(self, other: NaTType) -> NaTType: ...
9595
@overload
96-
def __radd__(self, other: _PeriodAddSub) -> Self: ...
96+
def __radd__(self, other: _PeriodAddSub) -> Self: ... # type: ignore[misc,unused-ignore]
9797
@overload
9898
def __radd__(self, other: NaTType) -> NaTType: ...
9999
# ignore[misc] here because we know all other comparisons

0 commit comments

Comments
 (0)