Skip to content

Commit

Permalink
Late review on added type hint MQTT fixture (#87342)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbouwh committed Feb 3, 2023
1 parent 3cb9b27 commit 97de0c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/conftest.py
Expand Up @@ -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):
Expand Down

0 comments on commit 97de0c6

Please sign in to comment.