mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-04-28 09:52:37 +02:00
Fix some minor lint issues
This commit is contained in:
parent
aebc091400
commit
2aee6f4ad2
2 changed files with 1 additions and 1 deletions
|
@ -4,6 +4,7 @@ Here are the steps, with progress bar percentages:
|
|||
- 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
|
||||
|
|
|
@ -6,7 +6,6 @@ import os
|
|||
import shutil
|
||||
import subprocess
|
||||
import tempfile
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
root = Path(__file__).parent.parent.parent
|
||||
|
|
Loading…
Reference in a new issue