Chore(mypy): Annotate None returns for typing improvements (#11213)

This commit is contained in:
Sebastian Steinbeißer
2026-02-02 17:44:12 +01:00
committed by GitHub
parent a9c0b06e28
commit 3b5ffbf9fa
113 changed files with 1598 additions and 1510 deletions

View File

@@ -721,7 +721,7 @@ def reflect_doclinks(
document: Document,
field: CustomField,
target_doc_ids: list[int],
):
) -> None:
"""
Add or remove 'symmetrical' links to `document` on all `target_doc_ids`
"""
@@ -784,7 +784,7 @@ def remove_doclink(
document: Document,
field: CustomField,
target_doc_id: int,
):
) -> None:
"""
Removes a 'symmetrical' link to `document` from the target document's existing custom field instance
"""