haoneng.lhn
2023-09-25 97eb2bd6568eda1fdce93e074f2cb83412163385
funasr/text/cleaner.py
@@ -2,7 +2,6 @@
from jaconv import jaconv
import tacotron_cleaner.cleaners
from typeguard import check_argument_types
try:
    from vietnamese_cleaner import vietnamese_cleaners
@@ -21,7 +20,6 @@
    """
    def __init__(self, cleaner_types: Collection[str] = None):
        assert check_argument_types()
        if cleaner_types is None:
            self.cleaner_types = []