1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-12 20:30:57 +00:00

Style fixes for tox linting

This commit is contained in:
Ray 2024-08-14 11:15:30 -06:00
parent 29b7cd8d54
commit d6c0a05771
5 changed files with 26 additions and 14 deletions

View file

@ -27,11 +27,11 @@ import sys
import tempfile
import wsgiref.util
import xml.etree.ElementTree as ET
import vobject
from io import BytesIO
from typing import Any, Dict, List, Optional, Tuple, Union
import defusedxml.ElementTree as DefusedET
import vobject
import radicale
from radicale import app, config, types, xmlutils