mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 13:30:43 +00:00
Use relative imports [A-H] (#61574)
This commit is contained in:
@@ -7,17 +7,15 @@ from typing import Any
|
||||
|
||||
from aioazuredevops.builds import DevOpsBuild
|
||||
|
||||
from homeassistant.components.azure_devops import (
|
||||
AzureDevOpsDeviceEntity,
|
||||
AzureDevOpsEntityDescription,
|
||||
)
|
||||
from homeassistant.components.azure_devops.const import CONF_ORG, DOMAIN
|
||||
from homeassistant.components.sensor import SensorEntity, SensorEntityDescription
|
||||
from homeassistant.config_entries import ConfigEntry
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||
from homeassistant.helpers.typing import StateType
|
||||
|
||||
from . import AzureDevOpsDeviceEntity, AzureDevOpsEntityDescription
|
||||
from .const import CONF_ORG, DOMAIN
|
||||
|
||||
|
||||
@dataclass
|
||||
class AzureDevOpsSensorEntityDescriptionMixin:
|
||||
|
||||
Reference in New Issue
Block a user