Skip to content

Commit

Permalink
is_interrogativeの戻り値の型を明示した
Browse files Browse the repository at this point in the history
  • Loading branch information
qwerty2501 committed Dec 11, 2021
1 parent 9cdcdf0 commit 5df4fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voicevox_engine/full_context_label.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def is_pause(self):
"""
return self.contexts["f1"] == "xx"

def is_interrogative(self):
def is_interrogative(self) -> bool:
"""
音素が質問(interrogative)であるかを返す
Returns
Expand Down

0 comments on commit 5df4fbe

Please sign in to comment.