mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-21 15:52:28 +00:00
Fix pypi
Remove standard aliases in __init__.py
This commit is contained in:
parent
7c8dbf3262
commit
081078ddd6
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user