mirror of https://github.com/coqui-ai/TTS.git
Ruff autofix unnecessary passes
This commit is contained in:
parent
bc2cf296a3
commit
00f8f4892a
|
@ -489,8 +489,6 @@ class NumberSystem(object):
|
|||
中文数字系统
|
||||
"""
|
||||
|
||||
pass
|
||||
|
||||
|
||||
class MathSymbol(object):
|
||||
"""
|
||||
|
|
|
@ -10,7 +10,6 @@ try:
|
|||
from TTS.tts.utils.text.phonemizers.ja_jp_phonemizer import JA_JP_Phonemizer
|
||||
except ImportError:
|
||||
JA_JP_Phonemizer = None
|
||||
pass
|
||||
|
||||
PHONEMIZERS = {b.name(): b for b in (ESpeak, Gruut, KO_KR_Phonemizer, BN_Phonemizer)}
|
||||
|
||||
|
|
Loading…
Reference in New Issue