Fix implicit-return in ddwrt (#122837)

pull/122855/head
epenet 2024-07-30 13:44:11 +02:00 committed by GitHub
parent b6f0893c33
commit 015c50bbdb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -162,6 +162,7 @@ class DdWrtDeviceScanner(DeviceScanner):
)
return None
_LOGGER.error("Invalid response from DD-WRT: %s", response)
return None
def _parse_ddwrt_response(data_str):