From 49f341f6dbdbba742c8e66f65fb037d139dded7e Mon Sep 17 00:00:00 2001 From: marco <10120390+mac12m99@users.noreply.github.com> Date: Sat, 6 Nov 2021 15:21:42 +0100 Subject: [PATCH] ops --- lib/babelfish/converters/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/babelfish/converters/__init__.py b/lib/babelfish/converters/__init__.py index 4233a87d..151acc2d 100755 --- a/lib/babelfish/converters/__init__.py +++ b/lib/babelfish/converters/__init__.py @@ -2,7 +2,7 @@ # Use of this source code is governed by the 3-clause BSD license # that can be found in the LICENSE file. # -from pkg_resources import iter_entry_points, EntryPoint +# from pkg_resources import iter_entry_points, EntryPoint from ..exceptions import LanguageConvertError, LanguageReverseError try: