diff --git a/paddlespeech/t2s/frontend/zh_normalization/text_normlization.py b/paddlespeech/t2s/frontend/zh_normalization/text_normlization.py index 0cd7dce73..c5ed7effc 100644 --- a/paddlespeech/t2s/frontend/zh_normalization/text_normlization.py +++ b/paddlespeech/t2s/frontend/zh_normalization/text_normlization.py @@ -85,8 +85,6 @@ class TextNormalizer(): sentence = sentence.replace('⑨','九').replace('9','9') sentence = sentence.replace('⑩','十').replace('0','0') - - return sentence def normalize_sentence(self, sentence: str) -> str: