From fd2306fdb2cad136da8f0d28dacbbe70537652dc Mon Sep 17 00:00:00 2001 From: mara004 Date: Mon, 26 Aug 2024 13:16:17 +0200 Subject: [PATCH] remove now-unnecessary import --- src/img2pdf.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/img2pdf.py b/src/img2pdf.py index f219fdb..25d5e4e 100755 --- a/src/img2pdf.py +++ b/src/img2pdf.py @@ -35,7 +35,6 @@ if hasattr(GifImagePlugin, "LoadingStrategy"): ) # TiffImagePlugin.DEBUG = True -from PIL.ExifTags import TAGS from datetime import datetime, timezone import jp2 from enum import Enum