Explorar o código

Remove unused variable

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