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

- Fix mypy warnings

This commit is contained in:
Nate Harris 2025-06-24 23:17:59 -06:00
parent 71f8833f4d
commit e744a4f0a3
2 changed files with 25 additions and 27 deletions

View file

@ -86,7 +86,7 @@ class ApplicationPartDelete(ApplicationBase):
HookNotificationItemTypes.DELETE,
access.path,
i.uid,
old_content=item.serialize()
old_content=item.serialize() # type: ignore
)
)
xml_answer = xml_delete(base_prefix, path, item)
@ -98,7 +98,7 @@ class ApplicationPartDelete(ApplicationBase):
HookNotificationItemTypes.DELETE,
access.path,
item.uid,
old_content=item.serialize()
old_content=item.serialize() # type: ignore
)
)
xml_answer = xml_delete(