Commit 4ef9988
authored
Fixed SyntaxWarning in py3.8
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:
```1 parent 8f32b3c commit 4ef9988
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
0 commit comments