소스 검색

Whitespace fix.

Ask Solem 16 년 전
부모
커밋
ba47ba43c8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      celery/task.py

+ 1 - 0
celery/task.py

@@ -392,6 +392,7 @@ def dmap_async(func, args, timeout=None):
     """
     return TaskSet.map_async(func, args, timeout=timeout)
 
+
 class PeriodicTask(Task):
     """A periodic task is a task that behaves like a cron job.