Remove unused variable
This commit is contained in:
parent
41f8368c7e
commit
7aca052859
@ -70,7 +70,7 @@ def prepare(vobject_items, path, content_type, permissions, parent_permissions,
|
|||||||
sorted(vobject_components,
|
sorted(vobject_components,
|
||||||
key=radicale_item.get_uid),
|
key=radicale_item.get_uid),
|
||||||
radicale_item.get_uid)
|
radicale_item.get_uid)
|
||||||
for uid, components in vobject_components_by_uid:
|
for _, components in vobject_components_by_uid:
|
||||||
vobject_collection = vobject.iCalendar()
|
vobject_collection = vobject.iCalendar()
|
||||||
for component in components:
|
for component in components:
|
||||||
vobject_collection.add(component)
|
vobject_collection.add(component)
|
||||||
|
Loading…
Reference in New Issue
Block a user