Kaynağa Gözat

Refactoring

Tuna Celik 5 yıl önce
ebeveyn
işleme
dc92a88584
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      radicale/app/__init__.py

+ 2 - 2
radicale/app/__init__.py

@@ -40,8 +40,8 @@ from xml.etree import ElementTree as ET
 import defusedxml.ElementTree as DefusedET
 import pkg_resources
 
-from radicale import (auth, hook, httputils, log, pathutils, rights, storage, web,
-                      xmlutils)
+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