mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Flake8: Fix E117 over-indented (comment)
This commit is contained in:
parent
a656a0bd60
commit
d880d41a14
|
@ -307,7 +307,7 @@ if 'PYTHON' in os.environ:
|
|||
add_compiler(compiler_from_env(), bit_from_env())
|
||||
else:
|
||||
# for compiler in all_compilers():
|
||||
# add_compiler(compiler)
|
||||
# add_compiler(compiler)
|
||||
add_compiler(compilers[7.0][2008][32], 32)
|
||||
|
||||
with open('build_deps.cmd', 'w') as f:
|
||||
|
|
Loading…
Reference in New Issue
Block a user