فهرست منبع

Remove unused variable

Ask Solem 15 سال پیش
والد
کامیت
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)