Skip to content

Commit 629e7e6

Browse files
committed
typo changes
1 parent 5cadf31 commit 629e7e6

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas-stubs/_libs/tslibs/timestamps.pyi

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,7 @@ class Timestamp(datetime):
188188
self: _DatetimeT, other: timedelta | np.timedelta64 | Tick
189189
) -> _DatetimeT: ...
190190
@overload
191-
def __add__(
192-
self, other: TimedeltaSeries
193-
) -> TimestampSeries: ...
191+
def __add__(self, other: TimedeltaSeries) -> TimestampSeries: ...
194192
@overload
195193
def __add__(self, other: TimedeltaIndex) -> DatetimeIndex: ...
196194
@overload

0 commit comments

Comments
 (0)