ソースを参照

Removed unused attribute AsyncResult.uuid

Ask Solem 14 年 前
コミット
de5f520487
1 ファイル変更0 行追加3 行削除
  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