mirror of
https://github.com/home-assistant/core.git
synced 2025-10-07 10:49:24 +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
@@ -7,9 +7,9 @@ import voluptuous as vol
|
||||
from homeassistant.core import HomeAssistant
|
||||
|
||||
from . import (
|
||||
MultiFactorAuthModule,
|
||||
MULTI_FACTOR_AUTH_MODULES,
|
||||
MULTI_FACTOR_AUTH_MODULE_SCHEMA,
|
||||
MULTI_FACTOR_AUTH_MODULES,
|
||||
MultiFactorAuthModule,
|
||||
SetupFlow,
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user