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:
parent
29b7cd8d54
commit
d6c0a05771
5 changed files with 26 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue