Skip to content

Commit

Permalink
Removed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Nov 27, 2022
1 parent 24a5405 commit a032624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/PIL/Image.py
Expand Up @@ -3626,7 +3626,6 @@ def tobytes(self, offset=8):
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)
Expand Down

0 comments on commit a032624

Please sign in to comment.