Skip to content

Commit 6416abc

Browse files
committed
Fix return value
1 parent 726dcdd commit 6416abc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugwise_usb/nodes/sed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ def __init__(
117117
async def load(self) -> None:
118118
"""Load and activate SED node features."""
119119
if self._loaded:
120-
return True
120+
return
121121
_LOGGER.debug("Load SED node %s from cache", self._node_info.mac)
122122
if await self._load_from_cache():
123123
self._loaded = True

0 commit comments

Comments
 (0)