Sfoglia il codice sorgente

Removed unused attribute AsyncResult.uuid

Ask Solem 14 anni fa
parent
commit
de5f520487
1 ha cambiato i file con 0 aggiunte e 3 eliminazioni
  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