Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
"Resolve unsoundness caught by pytype --strict-none-binding.
See go/pytype-releases#strict-none-binding and go/pytype-smarter-optional. In short, pytype was previously more permissive when variables were initialized to None but may have been re-assigned later. This change improves pytype's ability to catch unsoundness in the affected files. PiperOrigin-RevId: 567951095
- Loading branch information