Browse Source

Removed unused attribute AsyncResult.uuid

Ask Solem 14 năm trước cách đây
mục cha
commit
de5f520487
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      celery/result.py

+ 0 - 3
celery/result.py

@@ -191,9 +191,6 @@ class AsyncResult(BaseAsyncResult):
 
     """
 
-    #: The tasks uuid.
-    uuid = None
-
     #: Task result store backend to use.
     backend = None