Skip to content

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcclure committed Apr 18, 2023
1 parent 47ea3f2 commit 048a2d5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion custom_components/chore_helper/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 048a2d5

Please sign in to comment.