mirror of
https://github.com/home-assistant/core.git
synced 2025-12-24 12:59:34 +00:00
Sort imports according to PEP8 for google_assistant (#29633)
* sort imports and fix flake8 issue for google * add isort:skip to EVENT_SYNC_RECEIVED
This commit is contained in:
committed by
Franck Nijhof
parent
bc3b7ed06b
commit
7f948594eb
@@ -1,9 +1,9 @@
|
||||
"""The tests for google-assistant init."""
|
||||
import asyncio
|
||||
|
||||
from homeassistant.components import google_assistant as ga
|
||||
from homeassistant.core import Context
|
||||
from homeassistant.setup import async_setup_component
|
||||
from homeassistant.components import google_assistant as ga
|
||||
|
||||
GA_API_KEY = "Agdgjsj399sdfkosd932ksd"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user