mirror of
https://github.com/home-assistant/core.git
synced 2025-07-25 22:27:07 +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]:
|
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] = []
|
calc_holidays: list[str] = []
|
||||||
for add_date in holiday_list:
|
for add_date in holiday_list:
|
||||||
if add_date.find(",") > 0:
|
if add_date.find(",") > 0:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user