Skip to content

Commit 587e2a0

Browse files
author
Joel Collins
committed
Fixed PYL-W1113
1 parent 806b71f commit 587e2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

labthings/server/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ class Schema(marshmallow.Schema):
1818
See `marshmallow.Schema` for more details about the `Schema` API.
1919
"""
2020

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

0 commit comments

Comments
 (0)