We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7956f6 commit fb03368Copy full SHA for fb03368
texttospeech/snippets/ssml_addresses.py
@@ -14,9 +14,10 @@
14
15
16
# [START tts_ssml_address_imports]
17
+import html
18
+
19
from google.cloud import texttospeech
20
-import html
21
# [END tts_ssml_address_imports]
22
23
texttospeech/snippets/ssml_addresses_test.py
@@ -11,11 +11,10 @@
11
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
+import os
-from ssml_addresses import text_to_ssml
from ssml_addresses import ssml_to_audio
-
-import os
+from ssml_addresses import text_to_ssml
def test_text_to_ssml(capsys):
0 commit comments