mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +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))
|
defs.append(("WORDS_BIGENDIAN", None))
|
||||||
|
|
||||||
if (
|
if (
|
||||||
sys.platform == "win32" and
|
sys.platform == "win32"
|
||||||
sys.version_info < (3, 9) and
|
and sys.version_info < (3, 9)
|
||||||
not (PLATFORM_PYPY or PLATFORM_MINGW)
|
and not (PLATFORM_PYPY or PLATFORM_MINGW)
|
||||||
):
|
):
|
||||||
defs.append(("PILLOW_VERSION", '"\\"%s\\""' % PILLOW_VERSION))
|
defs.append(("PILLOW_VERSION", '"\\"%s\\""' % PILLOW_VERSION))
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue
Block a user