Skip to content

Commit

Permalink
Fix some minor lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Jun 4, 2024
1 parent aebc091 commit 2aee6f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions dangerzone/conversion/pixels_to_pdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- 50%-95%: Convert each page of pixels into a PDF (each page takes 45/n%, where n is the number of pages)
- 95%-100%: Compress the final PDF
"""

import asyncio
import contextlib
import glob
Expand Down
1 change: 0 additions & 1 deletion install/linux/build-rpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
import shutil
import subprocess
import tempfile

from pathlib import Path

root = Path(__file__).parent.parent.parent
Expand Down

0 comments on commit 2aee6f4

Please sign in to comment.