Fix syntax error
This commit is contained in:
parent
35a0047b38
commit
a65f96fe41
@ -340,7 +340,7 @@ class Application(object):
|
|||||||
user):
|
user):
|
||||||
"""Manage DELETE request."""
|
"""Manage DELETE request."""
|
||||||
if not len(write_collections):
|
if not len(write_collections):
|
||||||
return return NOT_ALLOWED
|
return NOT_ALLOWED
|
||||||
|
|
||||||
collection = write_collections[0]
|
collection = write_collections[0]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user