mirror of
https://github.com/home-assistant/core.git
synced 2025-11-13 04:50:17 +00:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""The tests for the Event automation."""
|
||||
from unittest.mock import AsyncMock, patch
|
||||
|
||||
import homeassistant.components.automation as automation
|
||||
from homeassistant.core import CoreState
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import AsyncMock, patch
|
||||
from tests.common import async_mock_service
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user