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 9bba628 commit e954f68Copy full SHA for e954f68
extra_validator/field_validation/validator.py
@@ -19,7 +19,7 @@ def field_to_str(fields):
19
)
20
21
22
-class FieldValidationMixin:
+class FieldValidationMixin(object):
23
# A list of required fields
24
REQUIRED_FIELDS = []
25
# A list of fields with at most one required.
0 commit comments