Cleanup.
This commit is contained in:
parent
e2c8a41ff6
commit
a1d34c5f4e
@ -85,12 +85,6 @@ class AccountListResource(Resource):
|
|||||||
Account.id == account.id
|
Account.id == account.id
|
||||||
).one(), 201
|
).one(), 201
|
||||||
|
|
||||||
def delete(self):
|
|
||||||
"""
|
|
||||||
Batch delete, not implemented.
|
|
||||||
"""
|
|
||||||
raise NotImplementedError()
|
|
||||||
|
|
||||||
|
|
||||||
class AccountResource(Resource):
|
class AccountResource(Resource):
|
||||||
@requires_auth
|
@requires_auth
|
||||||
|
@ -147,8 +147,6 @@ class ScheduledOperationResource(Resource):
|
|||||||
Operation.confirmed == true()
|
Operation.confirmed == true()
|
||||||
).count()
|
).count()
|
||||||
|
|
||||||
import ipdb; ipdb.set_trace()
|
|
||||||
|
|
||||||
if operations:
|
if operations:
|
||||||
return "There are still confirmed operations associated to this \
|
return "There are still confirmed operations associated to this \
|
||||||
scheduled operation.", 409
|
scheduled operation.", 409
|
||||||
|
Loading…
Reference in New Issue
Block a user