mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-01 18:18:31 +00:00
fix according to isort report
This commit is contained in:
parent
f610384374
commit
06a95d7597
1 changed files with 4 additions and 6 deletions
|
@ -18,19 +18,17 @@
|
||||||
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
# along with Radicale. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import contextlib
|
import contextlib
|
||||||
|
import copy
|
||||||
import datetime
|
import datetime
|
||||||
import posixpath
|
import posixpath
|
||||||
import socket
|
import socket
|
||||||
import copy
|
|
||||||
import xml.etree.ElementTree as ET
|
import xml.etree.ElementTree as ET
|
||||||
from vobject.base import ContentLine
|
|
||||||
from http import client
|
from http import client
|
||||||
from typing import (
|
from typing import Callable, Iterable, Iterator, Optional, Sequence, Tuple
|
||||||
Callable, Iterable, Iterator,
|
|
||||||
Optional, Sequence, Tuple,
|
|
||||||
)
|
|
||||||
from urllib.parse import unquote, urlparse
|
from urllib.parse import unquote, urlparse
|
||||||
|
|
||||||
|
from vobject.base import ContentLine
|
||||||
|
|
||||||
import radicale.item as radicale_item
|
import radicale.item as radicale_item
|
||||||
from radicale import httputils, pathutils, storage, types, xmlutils
|
from radicale import httputils, pathutils, storage, types, xmlutils
|
||||||
from radicale.app.base import Access, ApplicationBase
|
from radicale.app.base import Access, ApplicationBase
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue