hanyazou / TelloPy

DJI Tello drone controller python package
Other
685 stars 293 forks source link

Change "is not" to "!=" #93

Open samlaf opened 3 years ago

samlaf commented 3 years ago

Python3.8 warns: /home/samlaf/dev/telloapis/TelloPy/tellopy/_internal/utils.py:20: SyntaxWarning: "is not" with a literal. Did you mean "!="? if (val1 & 0xff) is not 0: