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

View File

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