Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 6, 2023
1 parent 8d0ead3 commit a31760f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example/python/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,9 @@
from pathlib import Path
from typing import Tuple

from voicevox_core.asyncio import OpenJtalk, Synthesizer, VoiceModel

import voicevox_core
from voicevox_core import AccelerationMode, AudioQuery
from voicevox_core.asyncio import OpenJtalk, Synthesizer, VoiceModel


# asyncやawaitは必須です。
Expand Down

0 comments on commit a31760f

Please sign in to comment.