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()