Skip to content

Commit

Permalink
Fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Dec 5, 2023
1 parent baaeb7f commit 2bdcb2a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion voicevox_engine/synthesis_engine/synthesis_engine_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,9 @@ def supported_devices(self) -> Optional[str]:
"""
raise NotImplementedError

def initialize_style_id_synthesis(self, style_id: int, skip_reinit: bool):
def initialize_style_id_synthesis( # noqa: B027
self, style_id: int, skip_reinit: bool
):
"""
音声合成器のスタイル指定初期化
何度も実行可能。未実装の場合は何もしない。
Expand Down

0 comments on commit 2bdcb2a

Please sign in to comment.