fix: reformatted files
This commit is contained in:
parent
74f41bdc1e
commit
d565e77592
1 changed files with 1 additions and 1 deletions
|
|
@ -1703,7 +1703,7 @@ class MarkItDown:
|
|||
) -> DocumentConverterResult:
|
||||
# Deduplicate the list of extensions
|
||||
extensions = list(set(extensions))
|
||||
|
||||
|
||||
error_trace = ""
|
||||
for ext in extensions + [None]: # Try last with no extension
|
||||
for converter in self._page_converters:
|
||||
|
|
|
|||
Loading…
Reference in a new issue