From 90352965e6916c77a89f1229799eb9babce0e170 Mon Sep 17 00:00:00 2001 From: Eugen Ciur Date: Tue, 19 Jan 2021 11:30:01 +0100 Subject: [PATCH] PEP8 --- mglib/tiff.py | 1 + 1 file changed, 1 insertion(+) diff --git a/mglib/tiff.py b/mglib/tiff.py index c539180..eb51530 100644 --- a/mglib/tiff.py +++ b/mglib/tiff.py @@ -26,6 +26,7 @@ def pdfname_from_tiffname(doc_url): return new_doc_url, f"{base_root}.pdf" + def convert_tiff2pdf(doc_url): logger.debug(f"convert_tiff2pdf for {doc_url}")