mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 17:27:10 +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
|
||||
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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user