Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Since the value of __class__ is a type, comparing it to another type object should use "is" rather than "==". Some of these, involving type(), were fixed in bf7af69, but flake8 did not catch the .__class__ variation addressed here.
- Loading branch information