Skip to content

Dont use equality operators with None singleton in python files

Rafał Mikrut requested to merge github/fork/lupoDharkael/py-none into master

Created by: lupoDharkael

"Comparisons to singletons like None should always be done with is or is not, never the equality operators." source: https://www.python.org/dev/peps/pep-0008/#programming-recommendations

Merge request reports