mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 18:39:30 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""The tests for the MQTT statestream component."""
|
||||
from unittest.mock import ANY, call
|
||||
|
||||
import homeassistant.components.mqtt_statestream as statestream
|
||||
from homeassistant.core import State
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import ANY, call
|
||||
from tests.common import mock_state_change_event
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user