Browse Source

fix for lint

Peter Bieringer 1 month ago
parent
commit
02a6cd55e3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      radicale/tests/test_base.py

+ 1 - 1
radicale/tests/test_base.py

@@ -24,11 +24,11 @@ Radicale tests with simple requests.
 import logging
 import logging
 import os
 import os
 import posixpath
 import posixpath
+import urllib
 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 pytest
 import pytest
-import urllib
 import vobject
 import vobject
 
 
 from radicale import storage, utils, xmlutils
 from radicale import storage, utils, xmlutils