Explorar o código

Removes BaseAsyncResult as per deprecation timeline

Ask Solem %!s(int64=9) %!d(string=hai) anos
pai
achega
77b16348c4
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      celery/result.py

+ 0 - 1
celery/result.py

@@ -403,7 +403,6 @@ class AsyncResult(ResultBase):
     @task_id.setter  # noqa
     def task_id(self, id):
         self.id = id
-BaseAsyncResult = AsyncResult  # for backwards compatibility.
 
 
 class ResultSet(ResultBase):