From 4e4af2aca57ba294f2126eb57b28c17589497222 Mon Sep 17 00:00:00 2001 From: Georgiy Date: Fri, 5 Apr 2024 11:35:53 +0300 Subject: [PATCH] pep8 fix --- radicale/app/report.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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