Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix type annotation of
errors
in wrap_errors
original typing is List[Exception], which is not the type of Exception class such as [AssertionError]. should be fixed as List[Type[Exception]].
- Loading branch information