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:
@@ -1,11 +1,12 @@
|
||||
"""Test the Lovelace initialization."""
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.components import frontend
|
||||
from homeassistant.components.lovelace import const, dashboard
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.common import assert_setup_component, async_capture_events
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user