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 14aba45 commit 526b2baCopy full SHA for 526b2ba
plugwise_usb/nodes/circle.py
@@ -596,7 +596,7 @@ def _check_timestamp_is_recent(
596
return False
597
return True
598
599
- async def _energy_log_records_load_from_cache(self) -> bool:
+ async def _energy_log_records_load_from_cache(self) -> bool: # noqa: PLR0912
600
"""Load energy_log_record from cache."""
601
if (cache_data := self._get_cache(CACHE_ENERGY_COLLECTION)) is None:
602
_LOGGER.warning(
0 commit comments