From ca9f74d6ee662cff02c0cb939b3ce95540a5055f Mon Sep 17 00:00:00 2001 From: lufton Date: Thu, 2 May 2019 13:38:34 +0300 Subject: [PATCH] Added line break at the end of files --- homeassistant/components/google_cloud_tts/__init__.py | 2 +- homeassistant/components/google_cloud_tts/manifest.json | 2 +- homeassistant/components/google_cloud_tts/tts.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/homeassistant/components/google_cloud_tts/__init__.py b/homeassistant/components/google_cloud_tts/__init__.py index 7632ff8cdab..229189f087d 100644 --- a/homeassistant/components/google_cloud_tts/__init__.py +++ b/homeassistant/components/google_cloud_tts/__init__.py @@ -1 +1 @@ -"""The google_cloud_tts component.""" \ No newline at end of file +"""The google_cloud_tts component.""" diff --git a/homeassistant/components/google_cloud_tts/manifest.json b/homeassistant/components/google_cloud_tts/manifest.json index fd4cae6925e..88ee433802b 100644 --- a/homeassistant/components/google_cloud_tts/manifest.json +++ b/homeassistant/components/google_cloud_tts/manifest.json @@ -9,4 +9,4 @@ "codeowners": [ "@lufton" ] -} \ No newline at end of file +} diff --git a/homeassistant/components/google_cloud_tts/tts.py b/homeassistant/components/google_cloud_tts/tts.py index 5d9ea58e8c0..c8d1d836ad9 100644 --- a/homeassistant/components/google_cloud_tts/tts.py +++ b/homeassistant/components/google_cloud_tts/tts.py @@ -112,4 +112,4 @@ class GoogleCloudTTSProvider(Provider): except Exception as e: _LOGGER.error("Timeout for google speech or some other problem.", e) - return None, None \ No newline at end of file + return None, None