mirror of
https://github.com/gsi-upm/senpy
synced 2025-08-26 03:12:19 +00:00
Fix pypi
Remove standard aliases in __init__.py
This commit is contained in:
@@ -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__)
|
||||||
|
Reference in New Issue
Block a user