Skip to content

Commit

Permalink
Update src/PIL/JpegImagePlugin.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Glandos <bugs-github@antipoul.fr>
  • Loading branch information
radarhere and Glandos committed Mar 23, 2019
1 parent 65c7f3c commit b0355d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PIL/JpegImagePlugin.py
Expand Up @@ -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()
Expand Down

0 comments on commit b0355d7

Please sign in to comment.