mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 21:06:19 +00:00
Adjusts imports in tests to match our relative import rules (#86788)
This commit is contained in:
@@ -12,9 +12,10 @@ from homeassistant.const import CONF_IP_ADDRESS
|
||||
from homeassistant.data_entry_flow import FlowResultType
|
||||
from homeassistant.setup import async_setup_component
|
||||
|
||||
from ...common import MockConfigEntry
|
||||
from .conftest import mock_config, mock_feature, mock_only_feature, setup_product_mock
|
||||
|
||||
from tests.common import MockConfigEntry
|
||||
|
||||
|
||||
def create_valid_feature_mock(path="homeassistant.components.blebox.Products"):
|
||||
"""Return a valid, complete BleBox feature mock."""
|
||||
|
||||
Reference in New Issue
Block a user