Skip to content

Commit ff99461

Browse files
committed
jsonschema subclassing fix
1 parent a29b4f9 commit ff99461

File tree

2 files changed

+16
-51
lines changed

2 files changed

+16
-51
lines changed

openapi_spec_validator/factories.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
)
99

1010

11-
class Draft4ExtendedValidatorFactory(Draft4Validator):
11+
class Draft4ExtendedValidatorFactory:
1212
"""Draft4Validator with extra validators factory that follows $refs
1313
in the schema being validated."""
1414

poetry.lock

Lines changed: 15 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)