Explorar o código

Removed stupid comment.

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
a3dae4cded
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: