mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Fix implicit-return in xiaomi tests (#122778)
This commit is contained in:
parent
6ba6334512
commit
5b434ee336
@ -144,6 +144,7 @@ def mocked_requests(*args, **kwargs):
|
||||
200,
|
||||
)
|
||||
_LOGGER.debug("UNKNOWN ROUTE")
|
||||
return None
|
||||
|
||||
|
||||
@patch(
|
||||
|
Loading…
x
Reference in New Issue
Block a user