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