Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MyPy can't handle a Pythonic try-except import: python/mypy#1393 We could put # type: ignore[attr-defined] except then whichever branch actually passed on the currently installed version of the module would fail due to having an apparently-unneeded ignore.
- Loading branch information