Explorar o código

Whitespace fix.

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
4056f96286
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      celery/tests/test_task.py

+ 2 - 0
celery/tests/test_task.py

@@ -3,10 +3,12 @@ import unittest
 from celery import task
 from celery import registry
 
+
 # Task run functions can't be closures/lambdas, as they're pickled.
 def return_True(self, **kwargs):
     return True
 
+
 class TestCeleryTasks(unittest.TestCase):
 
     def createTaskCls(self, cls_name, task_name=None):