Fixed formatting.
This commit is contained in:
parent
adf87dbe9f
commit
685e87570b
1 changed files with 0 additions and 1 deletions
|
|
@ -1701,7 +1701,6 @@ class MarkItDown:
|
|||
def _convert(
|
||||
self, local_path: str, extensions: List[Union[str, None]], **kwargs
|
||||
) -> DocumentConverterResult:
|
||||
|
||||
error_trace = ""
|
||||
for ext in extensions + [None]: # Try last with no extension
|
||||
for converter in self._page_converters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue