Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: use identity check for comparison to a singleton
Comparisons to the singleton objects, like `True`, `False`, and `None`, should be done with identity, not equality. Use `is` or `is not`.
- Loading branch information