mirror of
https://github.com/home-assistant/core.git
synced 2026-04-27 20:23:58 +01:00
Drop asynctest (#44746)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
"""Test the default_config init."""
|
||||
from unittest.mock import patch
|
||||
|
||||
import pytest
|
||||
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from tests.async_mock import patch
|
||||
from tests.components.blueprint.conftest import stub_blueprint_populate # noqa
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user