File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
_missing_deps_error : Optional [Tuple [MissingOptionalDependencyException , ImportError ]] = None
27
27
try :
28
- from jsonschema .exceptions import ValidationError as JsonValidationError # type: ignore
29
- from jsonschema .validators import Draft7Validator # type: ignore
30
- from referencing import Registry
31
- from referencing .jsonschema import DRAFT7
28
+ from jsonschema .exceptions import ValidationError as JsonValidationError # type: ignore[import]
29
+ from jsonschema .validators import Draft7Validator # type: ignore[import]
30
+ from referencing import Registry # type: ignore[import]
31
+ from referencing .jsonschema import DRAFT7 # type: ignore[import]
32
32
33
33
if TYPE_CHECKING :
34
34
from jsonschema .protocols import Validator as JsonSchemaValidator # type: ignore
You can’t perform that action at this time.
0 commit comments