Skip to content

Commit

Permalink
Fixed PYL-W1113
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel Collins committed Feb 11, 2020
1 parent 806b71f commit 587e2a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion labthings/server/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class Schema(marshmallow.Schema):
See `marshmallow.Schema` for more details about the `Schema` API.
"""

def jsonify(self, obj, many=sentinel, *args, **kwargs):
def jsonify(self, obj, *args, many=sentinel, **kwargs):
"""Return a JSON response containing the serialized data.
:param obj: Object to serialize.
:param bool many: Whether `obj` should be serialized as an instance
Expand Down

0 comments on commit 587e2a0

Please sign in to comment.