Browse Source

Whitespace fix.

Ask Solem 16 years ago
parent
commit
ba47ba43c8
1 changed files with 1 additions and 0 deletions
  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.