We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cffeff0 commit af0ee40Copy full SHA for af0ee40
stubs/jsonschema/jsonschema/exceptions.pyi
@@ -19,7 +19,7 @@ class _Error(Exception):
19
relative_path: deque[str | int]
20
schema_path: deque[str | int]
21
relative_schema_path: deque[str | int]
22
- context: list[ValidationError] | None
+ context: list[ValidationError]
23
cause: Exception | None
24
validator: Validator | Unset
25
validator_value: Any | Unset
0 commit comments