mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-26 17:24:31 +03:00
Removed typo
This commit is contained in:
parent
24a5405a9f
commit
a0326245a2
|
@ -3626,7 +3626,6 @@ class Exif(MutableMapping):
|
|||
for tag, value in self.items():
|
||||
if tag in [
|
||||
ExifTags.IFD.Exif,
|
||||
0x8225,
|
||||
ExifTags.IFD.GPSInfo,
|
||||
] and not isinstance(value, dict):
|
||||
value = self.get_ifd(tag)
|
||||
|
|
Loading…
Reference in New Issue
Block a user