Skip to content

Commit

Permalink
flake8-bugbear 指摘事項の修正 (b027) (#538)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarisia committed Dec 26, 2022
1 parent fa30e59 commit f84c2d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voicevox_engine/synthesis_engine/synthesis_engine_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def speakers(self) -> str:
def supported_devices(self) -> Optional[str]:
raise NotImplementedError

def initialize_speaker_synthesis(self, speaker_id: int):
def initialize_speaker_synthesis(self, speaker_id: int): # noqa: B027
"""
指定した話者での音声合成を初期化する。何度も実行可能。
未実装の場合は何もしない
Expand Down

0 comments on commit f84c2d6

Please sign in to comment.