mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
remove unused methods from storage interface
This commit is contained in:
parent
a8c587f984
commit
aec2a62931
3 changed files with 28 additions and 54 deletions
|
@ -151,7 +151,7 @@ def xml_report(base_prefix, path, xml_request, collection, unlock_storage_fn):
|
|||
else:
|
||||
yield item, False
|
||||
if collection_requested:
|
||||
yield from collection.get_all_filtered(filters)
|
||||
yield from collection.get_filtered(filters)
|
||||
|
||||
# Retrieve everything required for finishing the request.
|
||||
retrieved_items = list(retrieve_items(collection, hreferences,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue