Skip to content

Commit efafd7d

Browse files
author
autoruff
committed
fixup: mdi_CPRegistry Python code reformatted using Ruff
1 parent a301ed3 commit efafd7d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

plugwise_usb/network/registry.py

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -108,16 +108,16 @@ def start_node_discover(
108108
def scan_completed_callback(self, callback: Callable[[], Awaitable[None]]) -> None:
109109
"""Register async callback invoked when a node is found.
110110
111-
Args:
112-
callback: Async callable with signature
113-
(mac: str, node_type: NodeType | None, ping_first: bool) -> bool.
114-
It must return True when discovery succeeded; return False to allow the caller
115-
to fall back (e.g., SED discovery path).
111+
Args:
112+
callback: Async callable with signature
113+
(mac: str, node_type: NodeType | None, ping_first: bool) -> bool.
114+
It must return True when discovery succeeded; return False to allow the caller
115+
to fall back (e.g., SED discovery path).
116116
117-
Returns:
118-
None
117+
Returns:
118+
None
119119
120-
"""
120+
"""
121121

122122
self._scan_completed_callback = callback
123123

0 commit comments

Comments
 (0)