Skip to content

Commit fe5b613

Browse files
committed
add new line
1 parent bbf31b0 commit fe5b613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/marshmallow/validate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -687,4 +687,4 @@ def __call__(self, value):
687687
except TypeError as error:
688688
raise ValidationError(self.default_message) from error
689689

690-
return value
690+
return value

0 commit comments

Comments
 (0)