zhifu gao
2023-07-03 4a47e3b3dc0a1eeec17868763f9faae7da58bb4a
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 = []