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 bbf31b0 commit fe5b613Copy full SHA for fe5b613
1 file changed
src/marshmallow/validate.py
@@ -687,4 +687,4 @@ def __call__(self, value):
687
except TypeError as error:
688
raise ValidationError(self.default_message) from error
689
690
- return value
+ return value
0 commit comments