Skip to content

Commit 82cf864

Browse files
committed
Removed list(set(...)) de-duplicate operations in ParseResults.__init__
as they destory the ordering of urls, users etc in the tweet. The list(set( operation on replies was dangerous as reply was a string not a list (so the string was split into a list of set elements of characters). Removed lots of non-pep8 whitespace
1 parent 3474e0a commit 82cf864

File tree

2 files changed

+160
-161
lines changed

2 files changed

+160
-161
lines changed

0 commit comments

Comments
 (0)