Skip to content

Commit ee2d6c8

Browse files
chore(python): add nox session to sort python imports (#285)
Source-Link: googleapis/synthtool@1b71c10 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:00c9d764fd1cd56265f12a5ef4b99a0c9e87cf261018099141e2ca5158890416 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3fce75e commit ee2d6c8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

texttospeech/snippets/ssml_addresses_test.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
1313
# limitations under the License.
1414
import os
1515

16-
from ssml_addresses import ssml_to_audio
17-
from ssml_addresses import text_to_ssml
16+
from ssml_addresses import ssml_to_audio, text_to_ssml
1817

1918

2019
def test_text_to_ssml(capsys):

0 commit comments

Comments
 (0)