mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-09 20:20:57 +00:00
Type hints for tests
This commit is contained in:
parent
0de8628952
commit
b65d49788a
12 changed files with 501 additions and 379 deletions
|
@ -27,8 +27,10 @@ from radicale.storage import BaseCollection, multifilesystem
|
|||
|
||||
|
||||
class Collection(multifilesystem.Collection):
|
||||
|
||||
sync = BaseCollection.sync
|
||||
|
||||
|
||||
class Storage(multifilesystem.Storage):
|
||||
|
||||
_collection_class = Collection
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue