Pylint 2.9.3 (#52972)

Co-authored-by: Marc Mueller <30130371+cdce8p@users.noreply.github.com>
This commit is contained in:
Daniel Hjelseth Høyer
2021-07-15 06:44:57 +02:00
committed by GitHub
parent db8db18b54
commit fbad453c89
92 changed files with 182 additions and 213 deletions

View File

@@ -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)