mirror of
https://github.com/home-assistant/core.git
synced 2025-08-17 03:21:40 +02:00
Fixed import order
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
"""Support for the Google Cloud TTS service."""
|
||||
from google.cloud import texttospeech
|
||||
from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider
|
||||
import logging
|
||||
import os
|
||||
import async_timeout
|
||||
import asyncio
|
||||
import async_timeout
|
||||
import voluptuous as vol
|
||||
from google.cloud import texttospeech
|
||||
from homeassistant.components.tts import CONF_LANG, PLATFORM_SCHEMA, Provider
|
||||
import homeassistant.helpers.config_validation as cv
|
||||
|
||||
_LOGGER = logging.getLogger(__name__)
|
||||
|
Reference in New Issue
Block a user