Skip to content

Commit

Permalink
ignore type
Browse files Browse the repository at this point in the history
  • Loading branch information
Vaclav committed Dec 6, 2021
1 parent 327924a commit 1f9ba30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion custom_components/garbage_collection/sensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ async def async_load_holidays(self, today: date) -> None:
and type(self._holiday_observed) is bool
and not self._holiday_observed
):
kwargs["observed"] = self._holiday_observed
kwargs["observed"] = self._holiday_observed # type: ignore
hol = holidays.CountryHoliday(self._country_holidays, **kwargs)
if self._holiday_pop_named is not None:
for pop in self._holiday_pop_named:
Expand Down

0 comments on commit 1f9ba30

Please sign in to comment.