Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[red-knot] Minor fix in MRO tests (#14652)
## Summary `bool()` is equal to `False`, and we infer `Literal[False]` for it. Which means that the test here will fail as soon as we treat the body of this `if` as unreachable.
- Loading branch information