fix for lint
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user