1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

Fix imports

This commit is contained in:
Dipl. Ing. Péter Varkoly 2025-05-31 13:38:34 +02:00
parent 8318feacce
commit 39d6407ee5
9 changed files with 2 additions and 9 deletions

View file

@ -31,9 +31,9 @@ from io import BytesIO
from typing import Any, Dict, List, Optional, Tuple, Union
from urllib.parse import quote
import defusedxml.ElementTree as DefusedET
import vobject
import defusedxml.ElementTree as DefusedET
import radicale
from radicale import app, config, types, xmlutils