Skip to content

Commit d6b37ea

Browse files
committed
style: apply ruff formatting for chunking test
1 parent 2222d17 commit d6b37ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

test_unstructured/chunking/test_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1585,6 +1585,7 @@ def it_preserves_nested_table_structure_when_reconstructing_html(self):
15851585
assert len(reconstructed.xpath("./tr/td/table/tr")) == 1
15861586
assert reconstructed.xpath("string(./tr/td/table/tr/td)").strip() == "Nested"
15871587

1588+
15881589
# ================================================================================================
15891590
# HTML SPLITTERS
15901591
# ================================================================================================

0 commit comments

Comments
 (0)