mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 10:59:40 +00:00
Prefer from...import...as over import...as in core tests (#136146)
This commit is contained in:
@@ -9,12 +9,12 @@ import voluptuous as vol
|
||||
from homeassistant.config import YAML_CONFIG_FILE
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.exceptions import HomeAssistantError
|
||||
from homeassistant.helpers import config_validation as cv
|
||||
from homeassistant.helpers.check_config import (
|
||||
CheckConfigError,
|
||||
HomeAssistantConfig,
|
||||
async_check_ha_config_file,
|
||||
)
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
from homeassistant.requirements import RequirementsNotFound
|
||||
|
||||
from tests.common import (
|
||||
|
||||
Reference in New Issue
Block a user