1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-25 19:30:54 +00:00

Cosmetics

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

View file

@ -19,8 +19,8 @@
import contextlib
import socket
import xml.etree.ElementTree as ET
from http import client
from xml.etree import ElementTree as ET
from radicale import app, httputils
from radicale import item as radicale_item