From bdef472dd5876be2177c0b55d10b617a65cf791e Mon Sep 17 00:00:00 2001 From: lufton Date: Thu, 2 May 2019 17:29:40 +0300 Subject: [PATCH] Fixed some ci/circleci: static-check error --- homeassistant/components/google_cloud_tts/tts.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/homeassistant/components/google_cloud_tts/tts.py b/homeassistant/components/google_cloud_tts/tts.py index b1b9950c226..1aa7310361e 100644 --- a/homeassistant/components/google_cloud_tts/tts.py +++ b/homeassistant/components/google_cloud_tts/tts.py @@ -59,8 +59,10 @@ class GoogleCloudTTSProvider(Provider): if key_file and os.path.isfile(path): os.environ[GOOGLE_APPLICATION_CREDENTIALS] = path if GOOGLE_APPLICATION_CREDENTIALS not in os.environ: - _LOGGER.error("You need to specify valid" - " GOOGLE_APPLICATION_CREDENTIALS file location.") + _LOGGER.error( + "You need to specify valid" + " GOOGLE_APPLICATION_CREDENTIALS file location." + ) self.client = texttospeech.TextToSpeechClient() self.audio_config = texttospeech.types.AudioConfig( audio_encoding=texttospeech.enums.AudioEncoding.MP3