a80c19285e
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. Author: Eisuke Kawashima <e-kwsm@users.noreply.github.com>