From 656a5ef89747ccda4cc2f05ad5cb4c00466317ee Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 10 Nov 2023 11:49:04 +0100 Subject: [PATCH] Remove blank line --- agenda/uk_holiday.py | 1 - 1 file changed, 1 deletion(-) 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