Use correct relative imports [n-z] (#63471)

This commit is contained in:
Marc Mueller 2022-01-05 17:23:49 +01:00 committed by GitHub
parent d20851812e
commit 04e1933728
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 18 additions and 20 deletions

View file

@ -19,7 +19,7 @@ from homeassistant.helpers.update_coordinator import (
DataUpdateCoordinator,
)
from . import DATA_COORDINATOR, DATA_TILE, DOMAIN
from .const import DATA_COORDINATOR, DATA_TILE, DOMAIN
_LOGGER = logging.getLogger(__name__)