We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7daca67 commit ac7848cCopy full SHA for ac7848c
1 file changed
setup.py
@@ -731,9 +731,9 @@ def build_extensions(self):
731
defs.append(("WORDS_BIGENDIAN", None))
732
733
if (
734
- sys.platform == "win32" and
735
- sys.version_info < (3, 9) and
736
- not (PLATFORM_PYPY or PLATFORM_MINGW)
+ sys.platform == "win32"
+ and sys.version_info < (3, 9)
+ and not (PLATFORM_PYPY or PLATFORM_MINGW)
737
):
738
defs.append(("PILLOW_VERSION", '"\\"%s\\""' % PILLOW_VERSION))
739
else:
0 commit comments