From 081078ddd62d4545c4a2a6363476d807394fa2f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 8 Jan 2018 11:59:59 +0100 Subject: [PATCH] Fix pypi Remove standard aliases in __init__.py --- senpy/__init__.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/senpy/__init__.py b/senpy/__init__.py index 3270987..035c097 100644 --- a/senpy/__init__.py +++ b/senpy/__init__.py @@ -19,9 +19,6 @@ Sentiment analysis server in Python """ from .version import __version__ -from future.standard_library import install_aliases -install_aliases() - import logging logger = logging.getLogger(__name__)