From b0355d7b9afe580847e9a427bfc1d96c9c0fbb0f Mon Sep 17 00:00:00 2001 From: Andrew Murray <3112309+radarhere@users.noreply.github.com> Date: Sat, 23 Mar 2019 22:12:10 +0100 Subject: [PATCH] Update src/PIL/JpegImagePlugin.py Co-Authored-By: Glandos --- src/PIL/JpegImagePlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PIL/JpegImagePlugin.py b/src/PIL/JpegImagePlugin.py index a8264d9f5c0..99960446da2 100644 --- a/src/PIL/JpegImagePlugin.py +++ b/src/PIL/JpegImagePlugin.py @@ -454,7 +454,7 @@ class ExifImageFileDirectory(TiffImagePlugin.ImageFileDirectory_v1): - custom update() to avoid iterating and expanding non parsed data The goal is to use the lazyness of ImageFileDirectory_v1 in _getexif(). - ''' + """ def to_v2(self): raise NotImplementedError()