Explorar o código

Whitespace fix

Ask Solem %!s(int64=16) %!d(string=hai) anos
pai
achega
298ec3f44f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      celery/task/base.py

+ 1 - 1
celery/task/base.py

@@ -114,7 +114,7 @@ class Task(object):
     def __init__(self):
         if not self.__class__.name:
             self.__class__.name = get_full_cls_name(self.__class__)
-                                  
+
     def __call__(self, *args, **kwargs):
         return self.run(*args, **kwargs)