mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -3,6 +3,7 @@ import asyncio
|
||||
import contextlib
|
||||
from datetime import timedelta
|
||||
import pathlib
|
||||
from unittest.mock import patch
|
||||
|
||||
from homeassistant.components import automation
|
||||
from homeassistant.components.blueprint import models
|
||||
@@ -10,7 +11,6 @@ from homeassistant.core import callback
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.util import dt as dt_util, yaml
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import async_fire_time_changed, async_mock_service
|
||||
|
||||
BUILTIN_BLUEPRINT_FOLDER = pathlib.Path(automation.__file__).parent / "blueprints"
|
||||
|
||||
Reference in New Issue
Block a user