Skip to content

Commit 5a9a408

Browse files
committed
lint
1 parent 52b5350 commit 5a9a408

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: test_unstructured_inference/test_elements.py

+1
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,7 @@ def test_layoutelements_to_list_and_back(test_layoutelements):
437437
for idx in test_layoutelements.element_class_ids
438438
] == [back.element_class_id_map[idx] for idx in back.element_class_ids]
439439

440+
440441
def test_layoutelements_from_list_no_elements():
441442
back = LayoutElements.from_list(elements=[])
442443
assert back.source is None

0 commit comments

Comments
 (0)