1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00

Remove useless constant

This commit is contained in:
Unrud 2020-05-19 17:04:40 +02:00
parent 6158fb961b
commit ada9fa1cce
2 changed files with 1 additions and 5 deletions

View file

@ -38,9 +38,6 @@ NOT_FOUND = (
CONFLICT = (
client.CONFLICT, (("Content-Type", "text/plain"),),
"Conflict in the request.")
WEBDAV_PRECONDITION_FAILED = (
client.CONFLICT, (("Content-Type", "text/plain"),),
"WebDAV precondition failed.")
METHOD_NOT_ALLOWED = (
client.METHOD_NOT_ALLOWED, (("Content-Type", "text/plain"),),
"The method is not allowed on the requested resource.")