mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Fix imports
This commit is contained in:
parent
8318feacce
commit
39d6407ee5
9 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue