Removed typo

This commit is contained in:
Andrew Murray 2022-11-09 21:19:13 +11:00
parent 24a5405a9f
commit a0326245a2

View File

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