Skip to content

Commit e954f68

Browse files
committed
Updated validator.
1 parent 9bba628 commit e954f68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra_validator/field_validation/validator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def field_to_str(fields):
1919
)
2020

2121

22-
class FieldValidationMixin:
22+
class FieldValidationMixin(object):
2323
# A list of required fields
2424
REQUIRED_FIELDS = []
2525
# A list of fields with at most one required.

0 commit comments

Comments
 (0)