Skip to content

Commit 760567f

Browse files
committed
fix unreachable code
1 parent 0e0e4af commit 760567f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

plugwise_usb/network/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -517,8 +517,6 @@ async def discover_nodes(self, load: bool = True) -> bool:
517517
await self.start(load=load)
518518
return True
519519

520-
return True
521-
522520
async def stop(self) -> None:
523521
"""Stop network discovery."""
524522
_LOGGER.debug("Stopping")

0 commit comments

Comments
 (0)