Legend
2024-12-15 5e7a8d1ccae80e54f2e2ecfffdf8e4294800b5c3
funasr/__init__.py
@@ -1,8 +1,6 @@
"""Initialize funasr package."""
import os
import pkgutil
import importlib
dirname = os.path.dirname(__file__)
version_file = os.path.join(dirname, "version.txt")