mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Lint fix
This commit is contained in:
parent
7daca6733d
commit
ac7848c781
6
setup.py
6
setup.py
|
@ -731,9 +731,9 @@ class pil_build_ext(build_ext):
|
|||
defs.append(("WORDS_BIGENDIAN", None))
|
||||
|
||||
if (
|
||||
sys.platform == "win32" and
|
||||
sys.version_info < (3, 9) and
|
||||
not (PLATFORM_PYPY or PLATFORM_MINGW)
|
||||
sys.platform == "win32"
|
||||
and sys.version_info < (3, 9)
|
||||
and not (PLATFORM_PYPY or PLATFORM_MINGW)
|
||||
):
|
||||
defs.append(("PILLOW_VERSION", '"\\"%s\\""' % PILLOW_VERSION))
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue
Block a user