Преглед изворни кода

Merge pull request #2990 from mmr/master

Remove dup field `__bound__`
Ask Solem Hoel пре 9 година
родитељ
комит
abf18635d7
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      celery/app/task.py

+ 0 - 2
celery/app/task.py

@@ -272,8 +272,6 @@ class Task(object):
 
     _backend = None  # set by backend property.
 
-    __bound__ = False
-
     # - Tasks are lazily bound, so that configuration is not set
     # - until the task is actually used