Browse Source

Whitespace fix.

Ask Solem 16 năm trước cách đây
mục cha
commit
ba47ba43c8
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.