Skip to content

Commit b90e7fb

Browse files
committed
python format
1 parent 6404495 commit b90e7fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ def _collect_energy_pulses(self, start_utc: datetime, end_utc: datetime):
419419
)
420420
else:
421421
_mem_address = self._energy_timestamp_memory_address(_log_timestamp)
422-
if self._energy_history_failed_address.count(_mem_address) == 0
422+
if self._energy_history_failed_address.count(_mem_address) == 0:
423423
self._energy_history_failed_address.append(_mem_address)
424424
_LOGGER.info(
425425
"_collect_energy_pulses for %s at %s not found, request counter from memory %s (from mem=%s, slot=%s, timestamp=%s)",

0 commit comments

Comments
 (0)