Skip to content

Commit 526b2ba

Browse files
committed
Allow complexity for now
1 parent 14aba45 commit 526b2ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,7 @@ def _check_timestamp_is_recent(
596596
return False
597597
return True
598598

599-
async def _energy_log_records_load_from_cache(self) -> bool:
599+
async def _energy_log_records_load_from_cache(self) -> bool: # noqa: PLR0912
600600
"""Load energy_log_record from cache."""
601601
if (cache_data := self._get_cache(CACHE_ENERGY_COLLECTION)) is None:
602602
_LOGGER.warning(

0 commit comments

Comments
 (0)