Fix missing self parameter.
This commit is contained in:
parent
abea8a4df3
commit
6bcb496215
@ -72,7 +72,7 @@ class ScheduledOperationListResource(Resource):
|
|||||||
).all()
|
).all()
|
||||||
|
|
||||||
@marshal_with_field(Object(resource_fields))
|
@marshal_with_field(Object(resource_fields))
|
||||||
def post():
|
def post(self):
|
||||||
"""
|
"""
|
||||||
Add a new scheduled operation.
|
Add a new scheduled operation.
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user