Move imports to top for google_assistant (#29561)
* Move imports to top for google_assistant * Fix pylint error caused by isorting the imports with noqa: F401 * Move back an import because of circular dependency, add annotations
This commit is contained in:
parent
cc9589cff2
commit
b759d50900
7 changed files with 71 additions and 69 deletions
|
@ -1,5 +1,6 @@
|
|||
"""Constants for Google Assistant."""
|
||||
from homeassistant.components import (
|
||||
alarm_control_panel,
|
||||
binary_sensor,
|
||||
camera,
|
||||
climate,
|
||||
|
@ -15,7 +16,6 @@ from homeassistant.components import (
|
|||
sensor,
|
||||
switch,
|
||||
vacuum,
|
||||
alarm_control_panel,
|
||||
)
|
||||
|
||||
DOMAIN = "google_assistant"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue