Skip to content

Commit 14aba45

Browse files
author
autoruff
committed
fixup: ener-logs-cache-3 Python code reformatted using Ruff
1 parent c89456e commit 14aba45

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -616,8 +616,8 @@ async def _energy_log_records_load_from_cache(self) -> bool:
616616
if len(timestamp_energy_log) == 6:
617617
address = int(log_fields[0])
618618
slot = int(log_fields[1])
619-
pulses=int(log_fields[3])
620-
timestamp=datetime(
619+
pulses = int(log_fields[3])
620+
timestamp = datetime(
621621
year=int(timestamp_energy_log[0]),
622622
month=int(timestamp_energy_log[1]),
623623
day=int(timestamp_energy_log[2]),

0 commit comments

Comments
 (0)