Skip to content

Commit aba0859

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 08db23c commit aba0859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ def build_extensions(self):
852852
sys.platform == "win32"
853853
and sys.version_info < (3, 9)
854854
and not (PLATFORM_PYPY or PLATFORM_MINGW)
855-
and int(setuptools_version.split('.')[0]) < 60
855+
and int(setuptools_version.split(".")[0]) < 60
856856
):
857857
defs.append(("PILLOW_VERSION", f'"\\"{PILLOW_VERSION}\\""'))
858858
else:

0 commit comments

Comments
 (0)