fix for lint

This commit is contained in:
Peter Bieringer
2026-01-22 06:35:12 +01:00
parent e409d628db
commit 02a6cd55e3

View File

@@ -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