* Removed whitespaces in blank lines

* Split long line
This commit is contained in:
lufton
2019-05-03 22:53:15 +03:00
parent 58fd922b6d
commit 4ffb391e72

View File

@@ -142,8 +142,8 @@ class GoogleCloudTTSProvider(Provider):
DEFAULT_ENCODING DEFAULT_ENCODING
) )
) # pylint: disable=no-member ) # pylint: disable=no-member
response = await self.hass.async_add_executor_job(
response = self._client.synthesize_speech( self._client.synthesize_speech,
synthesis_input, synthesis_input,
voice, voice,
audio_config audio_config