mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
make tox happy
This commit is contained in:
parent
855e983ae2
commit
7597c7d4a5
1 changed files with 2 additions and 1 deletions
|
@ -30,7 +30,8 @@ from typing import Iterator, List, Mapping, MutableMapping, Optional, Tuple
|
|||
import vobject
|
||||
|
||||
import radicale.item as radicale_item
|
||||
from radicale import httputils, pathutils, rights, storage, types, xmlutils, utils
|
||||
from radicale import (httputils, pathutils, rights, storage, types, utils,
|
||||
xmlutils)
|
||||
from radicale.app.base import Access, ApplicationBase
|
||||
from radicale.hook import HookNotificationItem, HookNotificationItemTypes
|
||||
from radicale.log import logger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue