Fix syntax error

This commit is contained in:
Guillaume Ayoub 2014-07-28 11:28:12 +02:00
parent 35a0047b38
commit a65f96fe41

View File

@ -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]