Skip to content

Commit

Permalink
Code: blackでフォーマット (#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
sevenc-nanashi authored Sep 15, 2023
1 parent f342712 commit 239a1d7
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions example/python/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@
from typing import Tuple

import voicevox_core
from voicevox_core import (AccelerationMode, AudioQuery, OpenJtalk,
Synthesizer, VoiceModel)
from voicevox_core import (
AccelerationMode,
AudioQuery,
OpenJtalk,
Synthesizer,
VoiceModel,
)


async def main() -> None:
Expand Down

0 comments on commit 239a1d7

Please sign in to comment.