Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Our new type formatting lookup table dict is using `.get(val, str)` where `str` is the fallback class we'd use if no direct matches are found, but mypy finds it confusing returning a type constructor in place of everything else. Manual type override helps mypy be less confused about our usecase here.
- Loading branch information