Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Replace identity check with equality check #182

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

RushanKhan1
Copy link

Due to the python 3.8 update, the compiler now raises a SyntaxWarning if it founds an identity check(is, is not) with a certain literal. This pr addresses that.

Due to the python 3.8 update, the compiler now raises a `SyntaxWarning` if it founds an identity check(`is`, `is not`) with a certain literal. This pr addresses that.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant