From 048a2d521f803b34989e22c948a70bbe636120b6 Mon Sep 17 00:00:00 2001 From: Ben McClure Date: Tue, 18 Apr 2023 00:49:43 +0000 Subject: [PATCH] Fix linting errors --- custom_components/chore_helper/sensor.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/custom_components/chore_helper/sensor.py b/custom_components/chore_helper/sensor.py index c226db0..ee24e79 100644 --- a/custom_components/chore_helper/sensor.py +++ b/custom_components/chore_helper/sensor.py @@ -793,7 +793,9 @@ def nth_weekday_date( def _monthly_candidate(self, day1: date, start_date: date) -> tuple[date, int]: """Calculate possible date, for monthly frequency. - 2nd value is the month to consider the date in, even if different.""" + + 2nd value is the month to consider the date in, even if different. + """ if self._chore_day is None: day_of_month = self._day_of_month if self._day_of_month is None: