Don't use flake8: noqa
A line with "# flake8: noqa" disables pep8 for the entire file. Use "# noqa" for a line. Change-Id: Id0e4b98f02149113963af2c1da1b42d667d139d5
This commit is contained in:
parent
c6d30536dc
commit
e1af974f38
2
setup.py
2
setup.py
@ -21,7 +21,7 @@ import setuptools
|
|||||||
# setuptools if some other modules registered functions in `atexit`.
|
# setuptools if some other modules registered functions in `atexit`.
|
||||||
# solution from: http://bugs.python.org/issue15881#msg170215
|
# solution from: http://bugs.python.org/issue15881#msg170215
|
||||||
try:
|
try:
|
||||||
import multiprocessing # flake8: noqa
|
import multiprocessing # noqa
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
pass
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user