Skip to content

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

Open
samlaf wants to merge 1 commit intohanyazou:develop-0.7.0from
samlaf:patch-1
Open

Change "is not" to "!="#93
samlaf wants to merge 1 commit intohanyazou:develop-0.7.0from
samlaf:patch-1

Conversation

@samlaf
Copy link

@samlaf samlaf commented Feb 4, 2021

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:

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:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments