Remove blank line
This commit is contained in:
parent
e5e0fc624b
commit
656a5ef897
|
@ -39,7 +39,6 @@ async def bank_holiday_list(
|
||||||
def get_mothers_day(input_date: date) -> date:
|
def get_mothers_day(input_date: date) -> date:
|
||||||
"""Calculate the date of the next UK Mother's Day from the current date."""
|
"""Calculate the date of the next UK Mother's Day from the current date."""
|
||||||
current_year = input_date.year
|
current_year = input_date.year
|
||||||
|
|
||||||
easter_date = easter(current_year)
|
easter_date = easter(current_year)
|
||||||
|
|
||||||
# Calculate the date of Mother's Day, which is the fourth Sunday of Lent
|
# Calculate the date of Mother's Day, which is the fourth Sunday of Lent
|
||||||
|
|
Loading…
Reference in a new issue