We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 806b71f commit 587e2a0Copy full SHA for 587e2a0
labthings/server/schema.py
@@ -18,7 +18,7 @@ class Schema(marshmallow.Schema):
18
See `marshmallow.Schema` for more details about the `Schema` API.
19
"""
20
21
- def jsonify(self, obj, many=sentinel, *args, **kwargs):
+ def jsonify(self, obj, *args, many=sentinel, **kwargs):
22
"""Return a JSON response containing the serialized data.
23
:param obj: Object to serialize.
24
:param bool many: Whether `obj` should be serialized as an instance
0 commit comments