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 577fd6e commit 976ba58Copy full SHA for 976ba58
pandas/core/arrays/datetimes.py
@@ -2778,7 +2778,7 @@ def _generate_range(
2778
if offset.n >= 0:
2779
start = offset.rollforward(start) # type: ignore[assignment]
2780
else:
2781
- start = offset.rollback(start)
+ start = offset.rollback(start) # type: ignore[assignment]
2782
2783
elif end and not offset.is_on_offset(end):
2784
# Incompatible types in assignment (expression has type "datetime",
0 commit comments