Browse Source

Removes BaseAsyncResult as per deprecation timeline

Ask Solem 9 years ago
parent
commit
77b16348c4
1 changed files with 0 additions and 1 deletions
  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):