Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix pyrig)t errors in jsonschema.exceptions
pyright flagged Self being used without a `cls: type[Self]` annotation on a classmethod. Fix with the appropriate annotation. It also notes the use of Container as an Any-Generic. Fix by making it `Container[str]` as appropriate in this case.
- Loading branch information