Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[red-knot] Remove unneeded branch in
Type::is_equivalent_to()
(#15242)
## Summary We understand `sys.version_info` branches now! As such, I _believe_ this branch is no longer required; all tests pass without it. I also ran `QUICKCHECK_TESTS=100000 cargo test -p red_knot_python_semantic -- --ignored types::property_tests::stable`, and no tests failed except for the known issue with `Type::is_assignable_to()` (#14899) ## Test Plan See above
- Loading branch information