Commit a5bc9c99 by Serbaf

Tiny fix in the imports

parent 064f7030
...@@ -78,3 +78,6 @@ just the fields indicated by the user and not the full Tweet object) ...@@ -78,3 +78,6 @@ just the fields indicated by the user and not the full Tweet object)
not part of the original Tweeter tweets, but needed in other project. not part of the original Tweeter tweets, but needed in other project.
* Added setter methods for "polarity" and "trtext", which will be probably now * Added setter methods for "polarity" and "trtext", which will be probably now
set at instantiation time but afterwards set at instantiation time but afterwards
Version 0.5.1:
Tiny fix in the imports
...@@ -51,6 +51,6 @@ setup( ...@@ -51,6 +51,6 @@ setup(
test_suite='tests', test_suite='tests',
tests_require=test_requirements, tests_require=test_requirements,
url='https://github.com/Serbaf/tweet_model', url='https://github.com/Serbaf/tweet_model',
version='0.5.0', version='0.5.1',
zip_safe=False, zip_safe=False,
) )
import logging import logging
from typing import Union, Dict, List, Generator from typing import Union, Dict, List, Generator
from tweet import Tweet from tweet_model.tweet import Tweet
from tweet_manager.lib import format_csv from tweet_manager.lib import format_csv
# Configure logger # Configure logger
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment