Browse Source

Removed duplicated field `__bound__`

Marcio Ribeiro 9 năm trước cách đây
mục cha
commit
500523a284
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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