Ask Solem 15 лет назад
Родитель
Сommit
8211f882bd
1 измененных файлов с 0 добавлено и 1 удалено
  1. 0 1
      celery/contrib/coroutine.py

+ 0 - 1
celery/contrib/coroutine.py

@@ -37,7 +37,6 @@ class Aggregate(CoroutineTask):
     def body(self):
         waiting = deque()
 
-        timesince = time.time()
         while True:
             argtuple = (yield)
             waiting.append(argtuple)