We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 160bf90 commit 058b0d2Copy full SHA for 058b0d2
plugwise_usb/nodes/circle.py
@@ -644,7 +644,7 @@ def _check_timestamp_is_recent(
644
return False
645
return True
646
647
- async def _energy_log_records_load_from_cache(self) -> bool: # noqa: PLR0912
+ async def _energy_log_records_load_from_cache(self) -> bool:
648
"""Load energy_log_record from cache."""
649
if (cache_data := self._get_cache(CACHE_ENERGY_COLLECTION)) is None:
650
_LOGGER.warning(
0 commit comments