refactor: update type hint for do_get_pdfinfo to accept generic options

Co-authored-by: aider (openrouter/anthropic/claude-sonnet-4) <aider@aider.chat>
This commit is contained in:
James R. Barlow
2025-12-21 12:21:47 -08:00
co-authored by aider
parent 8668cf4524
commit 4dbd34f06a
+1 -1
View File
@@ -329,7 +329,7 @@ def setup_pipeline(
def do_get_pdfinfo(
pdf_path: Path, executor: Executor, options: argparse.Namespace
pdf_path: Path, executor: Executor, options
) -> PdfInfo:
# Handle pages field - it might be a string that needs conversion
check_pages = options.pages