From 6ed2abaebf16270ab95552a83964962fc276a5e6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 25 Jun 2016 15:31:22 -0400 Subject: Update pylint to 1.5.6 --- coverage/monkey.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'coverage/monkey.py') diff --git a/coverage/monkey.py b/coverage/monkey.py index e7517bf..d0bdf00 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 -- cgit v1.2.1