Run pre-commit

This commit is contained in:
gagb
2024-12-16 16:56:52 -08:00
parent ddc1bebea4
commit c3fa2934b9

View File

@@ -1181,7 +1181,7 @@ class MarkItDown:
if "llm_model" not in _kwargs and self._llm_model is not None:
_kwargs["llm_model"] = self._llm_model
# Add the list of converters for nested processing
_kwargs["_parent_converters"] = self._page_converters