mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 02:07:09 +00:00
Late review on added type hint MQTT fixture (#87342)
This commit is contained in:
parent
3cb9b273c9
commit
97de0c6d9a
@ -89,9 +89,7 @@ def _utcnow():
|
|||||||
dt_util.utcnow = _utcnow
|
dt_util.utcnow = _utcnow
|
||||||
event.time_tracker_utcnow = _utcnow
|
event.time_tracker_utcnow = _utcnow
|
||||||
|
|
||||||
MqttMockType = Callable[
|
MqttMockType = Callable[..., Coroutine[Any, Any, MagicMock]]
|
||||||
..., Coroutine[Any, Any, Callable[..., Coroutine[Any, Any, MagicMock]]]
|
|
||||||
]
|
|
||||||
|
|
||||||
|
|
||||||
def pytest_addoption(parser):
|
def pytest_addoption(parser):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user