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
This prevents the following warning from appearing on Python 3.8:
```
/usr/local/lib/python3.8/site-packages/pusher/notification_client.py:45: SyntaxWarning: "is" with a literal. Did you mean "=="?
if len(interests) is 0:
```
0 commit comments