From be04e4b251b94427679002e253c63fd356012c67 Mon Sep 17 00:00:00 2001 From: G Johansson Date: Sun, 20 Jul 2025 11:12:28 +0000 Subject: [PATCH] Fix grammar --- homeassistant/components/workday/util.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homeassistant/components/workday/util.py b/homeassistant/components/workday/util.py index aa1147a5b09..6bcac21db67 100644 --- a/homeassistant/components/workday/util.py +++ b/homeassistant/components/workday/util.py @@ -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: