فهرست منبع

Removed stupid comment.

Ask Solem 16 سال پیش
والد
کامیت
a3dae4cded
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      celery/result.py

+ 1 - 1
celery/result.py

@@ -266,7 +266,7 @@ class TaskSetResult(object):
         :returns: list of return values for all tasks in the taskset.
 
         """
-        timeout_timer = TimeoutTimer(timeout) # Timeout timer starts here.
+        timeout_timer = TimeoutTimer(timeout)
         results = PositionQueue(length=self.total)
 
         while True: