From 0925d27b6e14fa4c8dffe5be8e29441f16f81f03 Mon Sep 17 00:00:00 2001 From: sevenc-nanashi Date: Fri, 15 Sep 2023 19:19:36 +0900 Subject: [PATCH] Code: black . --- example/python/run.py | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/example/python/run.py b/example/python/run.py index 026b67a80..04feef83e 100644 --- a/example/python/run.py +++ b/example/python/run.py @@ -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: