Kaynağa Gözat

make isort happy

Peter Bieringer 9 ay önce
ebeveyn
işleme
9e1cac98dc
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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 posixpath
 from typing import Any, Callable, ClassVar, Iterable, List, Optional, Tuple
 
 import defusedxml.ElementTree as DefusedET
-import logging
 import vobject
 
 from radicale import storage, xmlutils