Change-Id: If510fad89e125175462d88fedf826df5664bda53
@ -20,7 +20,7 @@ import setuptools
# setuptools if some other modules registered functions in `atexit`.
# solution from: http://bugs.python.org/issue15881#msg170215
try:
import multiprocessing # noqa: F401
import multiprocessing # noqa
except ImportError:
pass
The note is not visible to the blocked user.