Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix mypy with flag comparison change
MyPy seems to narrow types somehow when comparing Enum Flags directly with equality operators. Compare by value instead.
- Loading branch information