Skip to content
Snippets Groups Projects
Unverified Commit 7b05c026 authored by Thomas Woerner's avatar Thomas Woerner Committed by GitHub
Browse files

Merge pull request #650 from rjeffman/setup_py_pylint

setup.py: Disable pylint rule import-error.
parents 926297f8 26ac5a28
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@ import setuptools
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa
import multiprocessing # noqa # pylint:disable=unused-import
except ImportError:
pass
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment