mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
make isort happy
This commit is contained in:
parent
ec391e19b6
commit
9e1cac98dc
1 changed files with 1 additions and 1 deletions
|
@ -21,12 +21,12 @@ Radicale tests with simple requests.
|
|||
|
||||
"""
|
||||
|
||||
import logging
|
||||
import os
|
||||
import posixpath
|
||||
from typing import Any, Callable, ClassVar, Iterable, List, Optional, Tuple
|
||||
|
||||
import defusedxml.ElementTree as DefusedET
|
||||
import logging
|
||||
import vobject
|
||||
|
||||
from radicale import storage, xmlutils
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue