refactor: post-AI code cleanup

This commit is contained in:
James R. Barlow
2025-12-21 12:21:47 -08:00
parent e1d976168c
commit 1f493ba789
19 changed files with 119 additions and 119 deletions
-1
View File
@@ -18,7 +18,6 @@ def main(
engine: Annotated[str, typer.Option()] = 'pdftotext',
):
"""Compare text in PDFs."""
text1 = run(
['pdftotext', '-layout', '-', '-'], stdin=pdf1, capture_output=True, check=True
)