From 12e1849c6ddc228d6f62dedc7f95c22038498236 Mon Sep 17 00:00:00 2001 From: chenmengzheAAA <123789350+chenmengzheAAA@users.noreply.github.com> Date: 星期二, 06 六月 2023 19:16:36 +0800 Subject: [PATCH] fix eng word space (#598) --- 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