Skip to content

Commit

Permalink
chore(python): add nox session to sort python imports (#285)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Apr 21, 2022
1 parent 661d268 commit 275950b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions texttospeech/snippets/ssml_addresses_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 275950b

Please sign in to comment.