mirror of
https://github.com/home-assistant/core.git
synced 2025-07-31 19:25:12 +02:00
Late review on added type hint MQTT fixture (#87342)
This commit is contained in:
@@ -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):
|
||||||
|
Reference in New Issue
Block a user