- 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(