Skip to content

Commit

Permalink
Format fixes
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
  • Loading branch information
cau-git committed Sep 25, 2024
1 parent ce0b7ee commit c986ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/test_docling_doc.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit c986ea5

Please sign in to comment.