Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tarepan committed Feb 23, 2024
1 parent 08440b3 commit af81868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voicevox_engine/tts_pipeline/text_analyzer.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import pyopenjtalk

from ..model import AccentPhrase, Mora, NonOjtPhonemeError, OjtUnknownPhonemeError
from .phoneme import Consonant, Vowel
from .mora_mapping import mora_phonemes_to_mora_kana
from .phoneme import Consonant, Vowel

# OpenJTalk が出力する音素の一覧。
_OJT_VOWELS = (
Expand Down

0 comments on commit af81868

Please sign in to comment.