소스 검색

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)