Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
986a41febe
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      celery/tests/tasks/test_tasks.py

+ 1 - 2
celery/tests/tasks/test_tasks.py

@@ -429,8 +429,7 @@ class test_tasks(TasksCase):
         self.mytask.request.errbacks = 'errbacks'
 
         mocked_signature = MagicMock(name='s')
-        accumulate_mock = MagicMock(name='accumulate',
-                                   s=mocked_signature)
+        accumulate_mock = MagicMock(name='accumulate', s=mocked_signature)
         self.mytask.app.tasks['celery.accumulate'] = accumulate_mock
 
         try: