mirror of
https://github.com/home-assistant/core.git
synced 2025-08-23 14:32:38 +02:00
Added line break at the end of files
This commit is contained in:
@@ -1 +1 @@
|
|||||||
"""The google_cloud_tts component."""
|
"""The google_cloud_tts component."""
|
||||||
|
@@ -9,4 +9,4 @@
|
|||||||
"codeowners": [
|
"codeowners": [
|
||||||
"@lufton"
|
"@lufton"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@@ -112,4 +112,4 @@ class GoogleCloudTTSProvider(Provider):
|
|||||||
|
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
_LOGGER.error("Timeout for google speech or some other problem.", e)
|
_LOGGER.error("Timeout for google speech or some other problem.", e)
|
||||||
return None, None
|
return None, None
|
||||||
|
Reference in New Issue
Block a user