Fix implicit-return in xiaomi tests (#122778)

This commit is contained in:
epenet 2024-07-29 21:58:03 +02:00 committed by GitHub
parent 6ba6334512
commit 5b434ee336
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,6 +144,7 @@ def mocked_requests(*args, **kwargs):
200,
)
_LOGGER.debug("UNKNOWN ROUTE")
return None
@patch(