Late review on added type hint MQTT fixture (#87342)
This commit is contained in:
parent
3cb9b273c9
commit
97de0c6d9a
1 changed files with 1 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue