瀏覽代碼

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.
     _backend = None  # set by backend property.
 
 
-    __bound__ = False
-
     # - Tasks are lazily bound, so that configuration is not set
     # - Tasks are lazily bound, so that configuration is not set
     # - until the task is actually used
     # - until the task is actually used