From c986ea5eabd11b017b79e7494fdafd084be55ffd Mon Sep 17 00:00:00 2001 From: Christoph Auer Date: Wed, 25 Sep 2024 15:54:22 +0200 Subject: [PATCH] Format fixes Signed-off-by: Christoph Auer --- test/test_docling_doc.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/test_docling_doc.py b/test/test_docling_doc.py index 5818d6e..54c78ec 100644 --- a/test/test_docling_doc.py +++ b/test/test_docling_doc.py @@ -91,7 +91,9 @@ def _test_export_methods(doc): def _construct_doc() -> DoclingDocument: - doc = DoclingDocument(description={}, file_info=FileInfo(filename="dummy", document_hash="xyz")) + doc = DoclingDocument( + description={}, file_info=FileInfo(filename="dummy", document_hash="xyz") + ) # group, heading, paragraph, table, figure, title, list, provenance doc.add_paragraph(label=DocItemLabel.TEXT, text="Author 1\nAffiliation 1") doc.add_paragraph(label=DocItemLabel.TEXT, text="Author 2\nAffiliation 2")