Skip to content

Commit db18b8d

Browse files
author
Vaclav
committed
type ignore
1 parent c553130 commit db18b8d

File tree

1 file changed

+1
-1
lines changed
  • custom_components/garbage_collection

1 file changed

+1
-1
lines changed

custom_components/garbage_collection/sensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ async def _async_find_next_date(self, first_date: date) -> Optional[date]:
644644
try:
645645
next_date = await self._async_find_candidate_date(day1) + relativedelta(
646646
days=self._offset
647-
)
647+
) # type: ignore
648648
next_date = await self._async_skip_holidays(next_date)
649649
except ValueError:
650650
raise

0 commit comments

Comments
 (0)