Split too long line

This commit is contained in:
lufton
2019-05-04 01:06:29 +03:00
parent 9916fe7612
commit d69de6186e

View File

@@ -103,7 +103,18 @@ async def async_get_engine(hass, config):
class GoogleCloudTTSProvider(Provider):
"""The Google Cloud TTS API provider."""
def __init__(self, hass, key_file, lang, gender, voice, encoding, speed, pitch, gain):
def __init__(
self,
hass,
key_file,
lang,
gender,
voice,
encoding,
speed,
pitch,
gain
):
"""Init Google Cloud TTS service."""
self.hass = hass
self.name = 'Google Cloud TTS'