mirror of
https://github.com/home-assistant/core.git
synced 2025-11-09 19:09:32 +00:00
Prefer from...import...as over import...as in core tests (#136146)
This commit is contained in:
@@ -28,7 +28,7 @@ from homeassistant.helpers.entity_component import EntityComponent, async_update
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.helpers.typing import ConfigType, DiscoveryInfoType
|
||||
from homeassistant.setup import async_setup_component
|
||||
import homeassistant.util.dt as dt_util
|
||||
from homeassistant.util import dt as dt_util
|
||||
|
||||
from tests.common import (
|
||||
MockConfigEntry,
|
||||
|
||||
Reference in New Issue
Block a user