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:
parent
71f8833f4d
commit
e744a4f0a3
2 changed files with 25 additions and 27 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue