pusher / pusher-http-python

Pusher Channels HTTP API library for Python
https://pusher.com/docs/server_api_guide
MIT License
376 stars 113 forks source link

Fixed SyntaxWarning in py3.8 #153

Closed agronholm closed 5 years ago

agronholm commented 5 years ago

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: