Skip to content

Commit b0c3674

Browse files
committed
fix indent issue
1 parent 1352156 commit b0c3674

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/sense.py

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

5454
_LOGGER.debug("Loading Sense node %s", self._node_info.mac)
5555
if not await super().load():
56-
_LOGGER.debug("Load Sense base node %s failed")
56+
_LOGGER.debug("Load Sense base node %s failed")
5757
return False
5858

5959
self._setup_protocol(SENSE_FIRMWARE_SUPPORT, SENSE_FEATURES)

0 commit comments

Comments
 (0)