mirror of
https://github.com/home-assistant/core.git
synced 2025-11-08 02:19:31 +00:00
Sort imports according to PEP8 for 'homeassistant' folder (#29789)
Components are already done
This commit is contained in:
committed by
Franck Nijhof
parent
29ec17d50d
commit
67c56c860d
@@ -6,9 +6,8 @@ import os
|
||||
|
||||
from homeassistant.auth import auth_manager_from_config
|
||||
from homeassistant.auth.providers import homeassistant as hass_auth
|
||||
from homeassistant.core import HomeAssistant
|
||||
from homeassistant.config import get_default_config_dir
|
||||
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
# mypy: allow-untyped-calls, allow-untyped-defs
|
||||
|
||||
|
||||
Reference in New Issue
Block a user