mirror of
https://github.com/Unstructured-IO/unstructured.git
synced 2025-11-30 00:59:52 +00:00
### Summary Addressed a TypeError that occurred when partitioning empty or whitespace-only HTML content. ## Test * unit test `test_unstructured/partition/html/test_partition.py::test_partition_html_with_empty_content_raises_error` can reproduce the TypeErro before fix * now test can pass