Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flake8 (rightly) complains about using `==` to compare types, so this commit changes that comparison to use `is`.
- Loading branch information