diff --git a/integrations/unstructured/src/haystack_integrations/components/converters/unstructured/converter.py b/integrations/unstructured/src/haystack_integrations/components/converters/unstructured/converter.py index b0928cc93..e65f91989 100644 --- a/integrations/unstructured/src/haystack_integrations/components/converters/unstructured/converter.py +++ b/integrations/unstructured/src/haystack_integrations/components/converters/unstructured/converter.py @@ -240,7 +240,6 @@ def _create_documents( return docs - def _partition_source_into_elements(self, source: Union[Path, ByteStream]) -> List[Element]: """ Partition a file into elements using the Unstructured API.