Prefer foo is None to foo == None.
In accordance with Style Guide for Python Code (PEP 8):
Prefer foo is None to foo == None.
In accordance with Style Guide for Python Code (PEP 8):
In accordance with Style Guide for Python Code (PEP 8):
* https://www.python.org/dev/peps/pep-0008/#programming-recommendations
@practicalswift Please combine this, and any other similar changes into #9581. I'll add some more comments there.