Skip to content

Commit b4c85be

Browse files
author
Laurent Mutricy
committed
remove Unnecessary "# pyright: ignore" rule error
1 parent da80815 commit b4c85be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/_libs/tslibs/timestamps.pyi

+1-1
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ class Timestamp(datetime):
219219
@overload
220220
def __sub__(self, other: TimedeltaSeries) -> TimestampSeries: ...
221221
@overload
222-
def __sub__( # pyright: ignore[reportIncompatibleMethodOverride]
222+
def __sub__(
223223
self, other: npt.NDArray[np.timedelta64]
224224
) -> npt.NDArray[np.datetime64]: ...
225225
@overload

0 commit comments

Comments
 (0)