Skip to content

Commit 04e4454

Browse files
Update datetimes.pyi
1 parent 7075c1e commit 04e4454

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas-stubs/core/indexes/datetimes.pyi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ class DatetimeIndex(DatetimeTimedeltaMixin[Timestamp], DatetimeIndexProperties):
6363
def __sub__(self, other: TimedeltaSeries) -> TimestampSeries: ...
6464
@overload
6565
def __sub__(
66-
self, other: timedelta | Timedelta | TimedeltaIndex
66+
self, other: timedelta | Timedelta | TimedeltaIndex | BaseOffset
6767
) -> DatetimeIndex: ...
6868
@overload
6969
def __sub__(

0 commit comments

Comments
 (0)