1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-01 18:18:31 +00:00

learn to make tox happy

This commit is contained in:
Tuna Celik 2024-03-02 19:44:10 +01:00
parent b24eae8369
commit a72964ab3f
4 changed files with 8 additions and 9 deletions

View file

@ -21,8 +21,8 @@ import sys
import xml.etree.ElementTree as ET
from typing import Optional
from radicale import (auth, hook, config, httputils, pathutils, rights, storage,
types, web, xmlutils)
from radicale import (auth, config, hook, httputils, pathutils, rights,
storage, types, web, xmlutils)
from radicale.log import logger
# HACK: https://github.com/tiran/defusedxml/issues/54