make User object hashable to allow use with sets
authormohammed chamma <hms.mohammed@gmail.com>
Tue, 24 Dec 2019 03:18:01 +0000 (22:18 -0500)
committerGitHub <noreply@github.com>
Tue, 24 Dec 2019 03:18:01 +0000 (22:18 -0500)
commitcd93b6d2d96b57501f97a4e2fbbea92ae4f9f865
tree3e60d3a0ddecca32606b93989e4a5749d3a76b2f
parente7487586b945767643664cf2716a476b0ddcbb19
make User object hashable to allow use with sets

this allows for one-liners like
```connections = list(set(followers) & set(friends))```
tweepy/models.py