1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-22 16:12:29 +00:00
Remove standard aliases in __init__.py
This commit is contained in:
J. Fernando Sánchez 2018-01-08 11:59:59 +01:00
parent 7c8dbf3262
commit 081078ddd6

View File

@ -19,9 +19,6 @@ Sentiment analysis server in Python
""" """
from .version import __version__ from .version import __version__
from future.standard_library import install_aliases
install_aliases()
import logging import logging
logger = logging.getLogger(__name__) logger = logging.getLogger(__name__)