mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-12 20:30:57 +00:00
Rearrange imports
This commit is contained in:
parent
22731f3d26
commit
4a0b2e8791
5 changed files with 6 additions and 7 deletions
|
@ -22,6 +22,7 @@ import posixpath
|
|||
import socket
|
||||
import sys
|
||||
from http import client
|
||||
from types import TracebackType
|
||||
from typing import Iterator, List, Mapping, MutableMapping, Optional, Tuple
|
||||
|
||||
import vobject
|
||||
|
@ -31,7 +32,6 @@ from radicale import httputils, pathutils, rights, storage, types, xmlutils
|
|||
from radicale.app.base import Access, ApplicationBase
|
||||
from radicale.hook import HookNotificationItem, HookNotificationItemTypes
|
||||
from radicale.log import logger
|
||||
from types import TracebackType
|
||||
|
||||
MIMETYPE_TAGS: Mapping[str, str] = {value: key for key, value in
|
||||
xmlutils.MIMETYPES.items()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue