mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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,
|
200,
|
||||||
)
|
)
|
||||||
_LOGGER.debug("UNKNOWN ROUTE")
|
_LOGGER.debug("UNKNOWN ROUTE")
|
||||||
|
return None
|
||||||
|
|
||||||
|
|
||||||
@patch(
|
@patch(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user