mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Flake8 fix
This commit is contained in:
parent
7e991a8043
commit
60a3702fd5
2
setup.py
2
setup.py
|
@ -464,7 +464,7 @@ class pil_build_ext(build_ext):
|
|||
if _find_library_file(self, "lcms2"):
|
||||
feature.lcms = "lcms2"
|
||||
elif _find_library_file(self, "lcms2_static"):
|
||||
#alternate Windows name.
|
||||
# alternate Windows name.
|
||||
feature.lcms = "lcms2_static"
|
||||
|
||||
if _tkinter and _find_include_file(self, "tk.h"):
|
||||
|
|
Loading…
Reference in New Issue
Block a user