mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-04 18:22:26 +00:00
make tox happy
This commit is contained in:
parent
a7ce8f032c
commit
f7d6f6442f
2 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ from typing import Iterable, Optional, cast
|
||||||
|
|
||||||
import radicale.item as radicale_item
|
import radicale.item as radicale_item
|
||||||
from radicale import pathutils
|
from radicale import pathutils
|
||||||
|
from radicale.log import logger
|
||||||
from radicale.storage import multifilesystem
|
from radicale.storage import multifilesystem
|
||||||
from radicale.storage.multifilesystem.base import StorageBase
|
from radicale.storage.multifilesystem.base import StorageBase
|
||||||
from radicale.log import logger
|
|
||||||
|
|
||||||
|
|
||||||
class StoragePartCreateCollection(StorageBase):
|
class StoragePartCreateCollection(StorageBase):
|
||||||
|
|
|
@ -25,11 +25,11 @@ from typing import Iterable, Iterator, TextIO, cast
|
||||||
|
|
||||||
import radicale.item as radicale_item
|
import radicale.item as radicale_item
|
||||||
from radicale import pathutils
|
from radicale import pathutils
|
||||||
|
from radicale.log import logger
|
||||||
from radicale.storage.multifilesystem.base import CollectionBase
|
from radicale.storage.multifilesystem.base import CollectionBase
|
||||||
from radicale.storage.multifilesystem.cache import CollectionPartCache
|
from radicale.storage.multifilesystem.cache import CollectionPartCache
|
||||||
from radicale.storage.multifilesystem.get import CollectionPartGet
|
from radicale.storage.multifilesystem.get import CollectionPartGet
|
||||||
from radicale.storage.multifilesystem.history import CollectionPartHistory
|
from radicale.storage.multifilesystem.history import CollectionPartHistory
|
||||||
from radicale.log import logger
|
|
||||||
|
|
||||||
|
|
||||||
class CollectionPartUpload(CollectionPartGet, CollectionPartCache,
|
class CollectionPartUpload(CollectionPartGet, CollectionPartCache,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue