From 2a66366be4c2715870e4859fd5a5db6e8a9dc00a Mon Sep 17 00:00:00 2001 From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com> Date: 星期四, 14 九月 2023 19:00:17 +0800 Subject: [PATCH] Merge pull request #956 from alibaba-damo-academy/chenmengzheAAA-patch-4 --- fun_text_processing/__init__.py | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/fun_text_processing/__init__.py b/fun_text_processing/__init__.py index da89691..8b13789 100644 --- a/fun_text_processing/__init__.py +++ b/fun_text_processing/__init__.py @@ -1,8 +1 @@ -"""Initialize fun_text_processing package.""" -import os - -dirname = os.path.dirname(__file__) -version_file = os.path.join(dirname, "version.txt") -with open(version_file, "r") as f: - __version__ = f.read().strip() -- Gitblit v1.9.1