Skip to content

Commit 3050049

Browse files
author
autoruff
committed
fixup: improve-unregister-2 Python code reformatted using Ruff
1 parent e3b4918 commit 3050049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def reset_node(self) -> None:
653653
"Node %s reset response is None or wrong ack_id %s received",
654654
self._mac_in_str,
655655
response.ack_id,
656-
)
656+
)
657657

658658
async def unload(self) -> None:
659659
"""Deactivate and unload node features."""

0 commit comments

Comments
 (0)