zhaomingwork
2023-08-21 0cf7339171ee136721059c3c185b5d92d160b17a
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 = []