Skip to content

Commit 1a78559

Browse files
committed
Remove, not needed
1 parent 4ec68b2 commit 1a78559

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

plugwise_usb/__init__.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -316,16 +316,6 @@ async def load_nodes(self) -> bool:
316316
)
317317
return await self._network.discover_nodes(load=True)
318318

319-
@raise_not_connected
320-
@raise_not_initialized
321-
async def discover_stick(self) -> None:
322-
"""Discover all nodes."""
323-
if self._network is None:
324-
raise StickError(
325-
"Cannot load nodes when network is not initialized"
326-
)
327-
await self._network.discover_stick()
328-
329319
@raise_not_connected
330320
@raise_not_initialized
331321
async def discover_coordinator(self, load: bool = False) -> None:

0 commit comments

Comments
 (0)