Skip to content

Commit 4ea086e

Browse files
author
Maksym Lysak
committed
fix for mypy
Signed-off-by: Maksym Lysak <mly@zurich.ibm.com>
1 parent d328efc commit 4ea086e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docling/backend/html_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ def parse_table_data(
14571457
doc.add_table_cell(table_item=docling_table, cell=simple_cell)
14581458
return data
14591459

1460-
def _walk(self, element: Tag, doc: DoclingDocument) -> list[RefItem]:
1460+
def _walk(self, element: Tag, doc: DoclingDocument) -> list[RefItem]: # noqa: C901
14611461
"""Parse an XML tag by recursively walking its content.
14621462
14631463
While walking, the method buffers inline text across tags like <b> or <span>,

0 commit comments

Comments
 (0)