You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
0 commit comments