Commit e0bb245
authored
Fix SyntaxWarning in SimpleCyclicSendTaskTest (hardbyte#830)
Equality should be compared via == not the "is" operator. This is a
SyntaxWarning on Python 3.8+1 parent 3d914c6 commit e0bb245
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
0 commit comments