Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bad return type identified by
pytype
.
The function is properly annotated as returning a `bool` but it was actually returning `None` which changes the return type. PiperOrigin-RevId: 700808781
- Loading branch information