Refactoring

This commit is contained in:
Tuna Celik
2020-08-17 02:23:49 +02:00
parent 389a6b9906
commit bfe4332ac5
5 changed files with 6 additions and 6 deletions

View File

@@ -40,8 +40,8 @@ from xml.etree import ElementTree as ET
import defusedxml.ElementTree as DefusedET
import pkg_resources
from radicale import (auth, httputils, log, pathutils, rights, storage, web,
xmlutils, hook)
from radicale import (auth, hook, httputils, log, pathutils, rights, storage, web,
xmlutils)
from radicale.app.delete import ApplicationDeleteMixin
from radicale.app.get import ApplicationGetMixin
from radicale.app.head import ApplicationHeadMixin