diff --git a/agenda/uk_holiday.py b/agenda/uk_holiday.py index 817dc9d..ae27fe1 100644 --- a/agenda/uk_holiday.py +++ b/agenda/uk_holiday.py @@ -39,7 +39,6 @@ async def bank_holiday_list( def get_mothers_day(input_date: date) -> date: """Calculate the date of the next UK Mother's Day from the current date.""" current_year = input_date.year - easter_date = easter(current_year) # Calculate the date of Mother's Day, which is the fourth Sunday of Lent