Remove blank line

This commit is contained in:
Edward Betts 2023-11-10 11:49:04 +01:00
parent e5e0fc624b
commit 656a5ef897

View file

@ -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