Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(CatalogVerifier): relax typing < Python 3.9
When typing[1] exc_type as Optional[type[BaseException]], there seems to be no way around "TypeError: 'type' object is not subscriptable" in our current Python 3.8, even using __future__.annotations. [1]: https://adamj.eu/tech/2021/07/04/python-type-hints-how-to-type-a-context-manager/
- Loading branch information