mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
"""Tests for gree component."""
|
||||
from datetime import timedelta
|
||||
from unittest.mock import DEFAULT as DEFAULT_MOCK, AsyncMock, patch
|
||||
|
||||
from greeclimate.device import HorizontalSwing, VerticalSwing
|
||||
from greeclimate.exceptions import DeviceNotBoundError, DeviceTimeoutError
|
||||
@@ -60,7 +61,6 @@ import homeassistant.util.dt as dt_util
|
||||
|
||||
from .common import build_device_mock
|
||||
|
||||
from tests.async_mock import DEFAULT as DEFAULT_MOCK, AsyncMock, patch
|
||||
from tests.common import MockConfigEntry, async_fire_time_changed
|
||||
|
||||
ENTITY_ID = f"{DOMAIN}.fake_device_1"
|
||||
|
||||
Reference in New Issue
Block a user