From 275950bd60641222e3e546d48c317b079da501ca Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 20 Apr 2022 21:26:04 -0400 Subject: [PATCH] chore(python): add nox session to sort python imports (#285) Source-Link: https://github.com/googleapis/synthtool/commit/1b71c10e20de7ed3f97f692f99a0e3399b67049f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot --- texttospeech/snippets/ssml_addresses_test.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/texttospeech/snippets/ssml_addresses_test.py b/texttospeech/snippets/ssml_addresses_test.py index caf25c0929bb..cea46da40f29 100644 --- a/texttospeech/snippets/ssml_addresses_test.py +++ b/texttospeech/snippets/ssml_addresses_test.py @@ -13,8 +13,7 @@ # limitations under the License. import os -from ssml_addresses import ssml_to_audio -from ssml_addresses import text_to_ssml +from ssml_addresses import ssml_to_audio, text_to_ssml def test_text_to_ssml(capsys):