Ruff autofix unnecessary passes

This commit is contained in:
Aarni Koskela 2023-10-23 12:11:08 +03:00
parent bc2cf296a3
commit 00f8f4892a
2 changed files with 0 additions and 3 deletions

View File

@ -489,8 +489,6 @@ class NumberSystem(object):
中文数字系统
"""
pass
class MathSymbol(object):
"""

View File

@ -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)}