Prechádzať zdrojové kódy

Remove unused variable

Ask Solem 15 rokov pred
rodič
commit
8211f882bd
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  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)