We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 256aa6b commit db4df61Copy full SHA for db4df61
1 file changed
digital_land/phase_polars/transform/harmonise.py
@@ -1029,4 +1029,4 @@ def _get_far_future_date(number_of_years_ahead: int) -> date:
1029
y = today.year + number_of_years_ahead
1030
last_day = monthrange(y, today.month)[1]
1031
day = min(today.day, last_day)
1032
- return today.replace(year=y, day=day)
+ return today.replace(year=y, day=day)
0 commit comments