Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove casts which don't work correctly because MyPy doesn't inherit
parent class signature for methods which are overriden in the subclass. This means we sadly need to rely on annotations from the base class. See python/mypy#3903 for details.
- Loading branch information