Fix missing self parameter.
This commit is contained in:
@@ -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.
|
||||||
"""
|
"""
|
||||||
|
|||||||
Reference in New Issue
Block a user