Skip to content

Commit

Permalink
run-asyncio.pyのコメント変更
Browse files Browse the repository at this point in the history
  • Loading branch information
qryxip committed Dec 9, 2023
1 parent d5083e5 commit 6b74f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example/python/run-asyncio.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
"""asyncio版のサンプルコードです。"""

import asyncio
import dataclasses
import json
Expand All @@ -11,7 +13,6 @@
from voicevox_core.asyncio import OpenJtalk, Synthesizer, VoiceModel


# asyncやawaitは必須です。
async def main() -> None:
logging.basicConfig(format="[%(levelname)s] %(name)s: %(message)s")
logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6b74f6c

Please sign in to comment.