Pylint 2.9.3 (#52972)
Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
db8db18b54
commit
fbad453c89
@@ -899,7 +899,7 @@ async def async_check_ha_config_file(hass: HomeAssistant) -> str | None:
|
||||
This method is a coroutine.
|
||||
"""
|
||||
# pylint: disable=import-outside-toplevel
|
||||
import homeassistant.helpers.check_config as check_config
|
||||
from homeassistant.helpers import check_config
|
||||
|
||||
res = await check_config.async_check_ha_config_file(hass)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user