diff --git a/tests/call_function_test.py b/tests/call_function_test.py index 9cbfe23e..d33c49ed 100644 --- a/tests/call_function_test.py +++ b/tests/call_function_test.py @@ -62,9 +62,7 @@ class CallFunctionTest(unittest.TestCase): except mitogen.core.StreamError, e: pass - assert e[0] == ( - "attempted unpickle from 'call_function_test'" - ) + assert e[0] == "attempted unpickle from 'call_function_test'" def test_returns_dead(self): assert mitogen.core._DEAD == self.local.call(func_returns_dead)