Skip to content

Commit 9b69955

Browse files
committed
Ruff fixes
1 parent 71a497a commit 9b69955

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugwise_usb/network/registry.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,8 +108,10 @@ def start_node_discover(
108108
mac: Node MAC address.
109109
node_type: NodeType if known (from cache), else None.
110110
ping_first: True when invoked from cache phase, False during Circle+ scan or manual register.
111+
111112
Returns:
112113
bool: True when discovery succeeded; False to allow caller to fallback (e.g., SED path).
114+
113115
"""
114116
self._start_node_discover = callback
115117

0 commit comments

Comments
 (0)