Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Dec 2, 2021
1 parent 1c2eb8f commit 49af440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/test_mora_to_text.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from unittest import TestCase

# TODO: import from voicevox_engine.synthesis_engine.mora
from voicevox_engine.synthesis_engine.SynthesisEngine import mora_to_text


Expand Down
2 changes: 2 additions & 0 deletions test/test_synthesis_engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
from voicevox_engine.acoustic_feature_extractor import OjtPhoneme
from voicevox_engine.model import AccentPhrase, AudioQuery, Mora
from voicevox_engine.synthesis_engine import SynthesisEngine

# TODO: import from voicevox_engine.synthesis_engine.mora
from voicevox_engine.synthesis_engine.SynthesisEngine import (
pre_process,
split_mora,
Expand Down

0 comments on commit 49af440

Please sign in to comment.