Fixed formatting. (#1098)

This commit is contained in:
afourney
2025-03-05 23:30:29 -08:00
committed by GitHub
parent 36c4bc9ec3
commit 82d84e3edd

View File

@@ -455,7 +455,7 @@ class MarkItDown:
cur_pos == file_stream.tell() cur_pos == file_stream.tell()
), f"File stream position should NOT change between guess iterations" ), f"File stream position should NOT change between guess iterations"
_kwargs = {k:v for k,v in kwargs.items()} _kwargs = {k: v for k, v in kwargs.items()}
# Copy any additional global options # Copy any additional global options
if "llm_client" not in _kwargs and self._llm_client is not None: if "llm_client" not in _kwargs and self._llm_client is not None: