1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-09-15 20:36:55 +00:00

make tox happy

This commit is contained in:
Peter Bieringer 2024-12-14 17:02:31 +01:00
parent a7ce8f032c
commit f7d6f6442f
2 changed files with 2 additions and 2 deletions

View file

@ -23,9 +23,9 @@ from typing import Iterable, Optional, cast
import radicale.item as radicale_item
from radicale import pathutils
from radicale.log import logger
from radicale.storage import multifilesystem
from radicale.storage.multifilesystem.base import StorageBase
from radicale.log import logger
class StoragePartCreateCollection(StorageBase):