diff options
Diffstat (limited to 'coverage/monkey.py')
-rw-r--r-- | coverage/monkey.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/monkey.py b/coverage/monkey.py index e7517bf6..d0bdf009 100644 --- a/coverage/monkey.py +++ b/coverage/monkey.py @@ -64,7 +64,7 @@ def patch_multiprocessing(): # re-applies the monkey-patch. # Windows only spawns, so this is needed to keep Windows working. try: - from multiprocessing import spawn # pylint: disable=no-name-in-module + from multiprocessing import spawn original_get_preparation_data = spawn.get_preparation_data except (ImportError, AttributeError): pass |