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 os
import posixpath
import urllib
from typing import Any, Callable, ClassVar, Iterable, List, Optional, Tuple
import defusedxml.ElementTree as DefusedET
import pytest
import urllib
import vobject
from radicale import storage, utils, xmlutils