mirror of
https://github.com/home-assistant/core.git
synced 2025-08-09 15:45:08 +02:00
Force ruff
This commit is contained in:
@@ -5,9 +5,7 @@ from homeassistant.config_entries import ConfigEntry
|
|||||||
from homeassistant.core import HomeAssistant
|
from homeassistant.core import HomeAssistant
|
||||||
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
from homeassistant.helpers.entity_platform import AddEntitiesCallback
|
||||||
|
|
||||||
from .const import (
|
from .const import DOMAIN
|
||||||
DOMAIN,
|
|
||||||
)
|
|
||||||
from .coordinator import CCM15Coordinator
|
from .coordinator import CCM15Coordinator
|
||||||
|
|
||||||
_LOGGER = logging.getLogger(__name__)
|
_LOGGER = logging.getLogger(__name__)
|
||||||
|
Reference in New Issue
Block a user