Skip to content

Commit e6c9050

Browse files
author
autoruff
committed
fixup: improve-energy-collection Python code reformatted using Ruff
1 parent c3a91cb commit e6c9050

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

plugwise_usb/nodes/circle.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -511,6 +511,7 @@ async def get_missing_energy_logs(self) -> None:
511511
t.cancel()
512512
# Drain cancellations to avoid "Task exception was never retrieved"
513513
from asyncio import gather as _gather
514+
514515
await _gather(*to_cancel, return_exceptions=True)
515516
break
516517

0 commit comments

Comments
 (0)