mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix implicit-return in ddwrt (#122837)
This commit is contained in:
parent
b6f0893c33
commit
015c50bbdb
@ -162,6 +162,7 @@ class DdWrtDeviceScanner(DeviceScanner):
|
|||||||
)
|
)
|
||||||
return None
|
return None
|
||||||
_LOGGER.error("Invalid response from DD-WRT: %s", response)
|
_LOGGER.error("Invalid response from DD-WRT: %s", response)
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
def _parse_ddwrt_response(data_str):
|
def _parse_ddwrt_response(data_str):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user