diff --git a/radicale/app/report.py b/radicale/app/report.py index dc9638b5..0c869107 100644 --- a/radicale/app/report.py +++ b/radicale/app/report.py @@ -27,7 +27,7 @@ from vobject.base import ContentLine from http import client from typing import ( Callable, Iterable, Iterator, - Optional, Sequence, Tuple, List, + Optional, Sequence, Tuple, ) from urllib.parse import unquote, urlparse