mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
"""The tests for the Tasmota light platform."""
|
||||
import copy
|
||||
import json
|
||||
from unittest.mock import patch
|
||||
|
||||
from hatasmota.const import CONF_MAC
|
||||
from hatasmota.utils import (
|
||||
@@ -34,7 +35,6 @@ from .test_common import (
|
||||
help_test_entity_id_update_subscriptions,
|
||||
)
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import async_fire_mqtt_message
|
||||
from tests.components.light import common
|
||||
|
||||
|
Reference in New Issue
Block a user