mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-03 13:14:27 +03:00
Revert unnecessary formatting change
This commit is contained in:
parent
6310280428
commit
6d6dfd176c
|
@ -3802,7 +3802,7 @@ class Exif(_ExifBase):
|
|||
return self._fixup_dict(info)
|
||||
|
||||
def _get_head(self):
|
||||
version = b"\x2b" if self.bigtiff else b"\x2a"
|
||||
version = b"\x2B" if self.bigtiff else b"\x2A"
|
||||
if self.endian == "<":
|
||||
head = b"II" + version + b"\x00" + o32le(8)
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user