mirror of
https://github.com/home-assistant/core.git
synced 2025-07-30 18:58:04 +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
|
||||
event.time_tracker_utcnow = _utcnow
|
||||
|
||||
MqttMockType = Callable[
|
||||
..., Coroutine[Any, Any, Callable[..., Coroutine[Any, Any, MagicMock]]]
|
||||
]
|
||||
MqttMockType = Callable[..., Coroutine[Any, Any, MagicMock]]
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
|
Reference in New Issue
Block a user