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

Cosmetics

This commit is contained in:
Unrud 2020-10-04 10:14:57 +02:00
parent ef947fe561
commit fe796a6b7c
5 changed files with 5 additions and 5 deletions

View file

@ -20,9 +20,9 @@
import contextlib
import posixpath
import socket
import xml.etree.ElementTree as ET
from http import client
from urllib.parse import unquote, urlparse
from xml.etree import ElementTree as ET
from radicale import app, httputils, pathutils, storage, xmlutils
from radicale.item import filter as radicale_filter