Fix missing self parameter.

This commit is contained in:
Alexis Lahouze 2016-01-02 10:15:22 +01:00
parent abea8a4df3
commit 6bcb496215
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class ScheduledOperationListResource(Resource):
).all()
@marshal_with_field(Object(resource_fields))
def post():
def post(self):
"""
Add a new scheduled operation.
"""