Skip to content

Commit c9ea5b5

Browse files
author
autoruff
committed
fixup: mdi_cp Python code reformatted using Ruff
1 parent f7dd745 commit c9ea5b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/circle_plus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ async def load(self) -> bool:
4646

4747
# Check if node is online
4848
if (
49-
not self._available
49+
not self._available
5050
and not await self.is_online()
5151
or await self.node_info_update() is None
5252
):

0 commit comments

Comments
 (0)