mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-22 21:24:46 +03:00
Lint fix
This commit is contained in:
parent
fd4bfc7647
commit
7dd6faa927
2
setup.py
2
setup.py
|
@ -395,7 +395,7 @@ class pil_build_ext(build_ext):
|
||||||
if root is None and os.path.isdir(winbuild_root):
|
if root is None and os.path.isdir(winbuild_root):
|
||||||
root = (
|
root = (
|
||||||
os.path.join(winbuild_root, "lib"),
|
os.path.join(winbuild_root, "lib"),
|
||||||
os.path.join(winbuild_root, "inc")
|
os.path.join(winbuild_root, "inc"),
|
||||||
)
|
)
|
||||||
|
|
||||||
if isinstance(root, tuple):
|
if isinstance(root, tuple):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user