From e44a397dea0d42a3839a4677539aafb3ec1c9d21 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 03:11:51 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- src/PIL/TiffImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/TiffImagePlugin.py b/src/PIL/TiffImagePlugin.py index 953fc2c0f8d..ab5934816ba 100644 --- a/src/PIL/TiffImagePlugin.py +++ b/src/PIL/TiffImagePlugin.py @@ -1821,7 +1821,7 @@ def _save(im, fp, filename): # IFD offset that may not be correct in the saved image EXIFIFD, # Determined by the image format and should not be copied from legacy_ifd. - SAMPLEFORMAT + SAMPLEFORMAT, ): if tag in supplied_tags: del supplied_tags[tag]