From 8fd117e4dad1e2f4c5529f58e1b815a15f9f0ee4 Mon Sep 17 00:00:00 2001 From: lym0302 Date: Mon, 21 Feb 2022 11:36:41 +0800 Subject: [PATCH] add cli, test=doc --- paddlespeech/server/__init__.py | 8 -------- 1 file changed, 8 deletions(-) diff --git a/paddlespeech/server/__init__.py b/paddlespeech/server/__init__.py index 8fb32c05..bbe1b34e 100644 --- a/paddlespeech/server/__init__.py +++ b/paddlespeech/server/__init__.py @@ -11,14 +11,6 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -""" -import _locale - -from .base_commands import BaseCommand -from .base_commands import HelpCommand - -_locale._getdefaultlocale = (lambda *args: ['en_US', 'utf8']) -""" import _locale from .base_commands import BaseCommand -- GitLab