Skip to content

Commit 058b0d2

Browse files
committed
Remove noqa
1 parent 160bf90 commit 058b0d2

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
@@ -644,7 +644,7 @@ def _check_timestamp_is_recent(
644644
return False
645645
return True
646646

647-
async def _energy_log_records_load_from_cache(self) -> bool: # noqa: PLR0912
647+
async def _energy_log_records_load_from_cache(self) -> bool:
648648
"""Load energy_log_record from cache."""
649649
if (cache_data := self._get_cache(CACHE_ENERGY_COLLECTION)) is None:
650650
_LOGGER.warning(

0 commit comments

Comments
 (0)