mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 06:07:17 +00:00
Fix grammar
This commit is contained in:
parent
3155ce1f53
commit
be04e4b251
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user