Fix some minor lint issues

This commit is contained in:
Alex Pyrgiotis 2024-06-03 12:06:21 +03:00
parent aebc091400
commit 2aee6f4ad2
No known key found for this signature in database
GPG key ID: B6C15EBA0357C9AA
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -6,7 +6,6 @@ import os
import shutil
import subprocess
import tempfile
from pathlib import Path
root = Path(__file__).parent.parent.parent