Browse Source

Removes dead code

Ask Solem 11 năm trước cách đây
mục cha
commit
c7c5fc4d2f
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      celery/canvas.py

+ 0 - 3
celery/canvas.py

@@ -609,9 +609,6 @@ class group(Signature):
             parent_task.add_trail(result)
         return result
 
-        return type(*type.prepare(dict(self.options, **options), tasks, args),
-                    add_to_parent=add_to_parent)
-
     def apply(self, args=(), kwargs={}, **options):
         app = self.app
         if not self.tasks: