Peter Bieringer 9 месяцев назад
Родитель
Сommit
9e1cac98dc
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      radicale/tests/test_base.py

+ 1 - 1
radicale/tests/test_base.py

@@ -21,12 +21,12 @@ Radicale tests with simple requests.
 
 
 """
 """
 
 
+import logging
 import os
 import os
 import posixpath
 import posixpath
 from typing import Any, Callable, ClassVar, Iterable, List, Optional, Tuple
 from typing import Any, Callable, ClassVar, Iterable, List, Optional, Tuple
 
 
 import defusedxml.ElementTree as DefusedET
 import defusedxml.ElementTree as DefusedET
-import logging
 import vobject
 import vobject
 
 
 from radicale import storage, xmlutils
 from radicale import storage, xmlutils