mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Update import locations in tests (#122216)
This commit is contained in:
@@ -7,12 +7,13 @@ from unittest.mock import Mock, patch
|
||||
import pytest
|
||||
|
||||
from homeassistant import loader
|
||||
from homeassistant.const import EVENT_COMPONENT_LOADED
|
||||
from homeassistant.core import HomeAssistant, callback
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
from homeassistant.helpers.integration_platform import (
|
||||
async_process_integration_platforms,
|
||||
)
|
||||
from homeassistant.setup import ATTR_COMPONENT, EVENT_COMPONENT_LOADED
|
||||
from homeassistant.setup import ATTR_COMPONENT
|
||||
|
||||
from tests.common import mock_platform
|
||||
|
||||
|
||||
Reference in New Issue
Block a user