Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(python): fix comparison to True/False
from PEP8 (https://peps.python.org/pep-0008/#programming-recommendations): > Comparisons to singletons like None should always be done with is or > is not, never the equality operators.
- Loading branch information