Fix grammar

This commit is contained in:
G Johansson 2025-07-20 11:12:28 +00:00
parent 3155ce1f53
commit be04e4b251

View File

@ -8,7 +8,7 @@ from .const import LOGGER
def validate_dates(holiday_list: list[str]) -> list[str]:
"""Validate and adds to list of dates to add or remove."""
"""Validate and add to list of dates to add or remove."""
calc_holidays: list[str] = []
for add_date in holiday_list:
if add_date.find(",") > 0: