Jelajahi Sumber

Removed unused attribute AsyncResult.uuid

Ask Solem 14 tahun lalu
induk
melakukan
de5f520487
1 mengubah file dengan 0 tambahan dan 3 penghapusan
  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