Skip to content

Commit 6922664

Browse files
committed
Remove blank spaces
1 parent 34b6e51 commit 6922664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/network/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ async def energy_reset_request(self, mac: str) -> None:
552552

553553
if mac not in self._nodes:
554554
raise NodeError(f"Node {mac} not present in network")
555-
555+
556556
if self._nodes[mac].node_info.node_type.value not in ENERGY_NODE_TYPES:
557557
raise NodeError(
558558
f"Energy-resetting not supported for {self._nodes[mac].node_info.node_type.name}"

0 commit comments

Comments
 (0)