From 239a1d7e3874687a4443dacc1d9cdaca29844326 Mon Sep 17 00:00:00 2001 From: Nanashi Date: Fri, 15 Sep 2023 19:54:01 +0900 Subject: [PATCH] =?UTF-8?q?Code:=20black=E3=81=A7=E3=83=95=E3=82=A9?= =?UTF-8?q?=E3=83=BC=E3=83=9E=E3=83=83=E3=83=88=20(#613)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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: