Explorar o código

typo: change local variable name from map to mapping (#5094)

tothegump %!s(int64=6) %!d(string=hai) anos
pai
achega
56191ca1ec
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      celery/backends/asynchronous.py

+ 2 - 2
celery/backends/asynchronous.py

@@ -176,8 +176,8 @@ class AsyncBackendMixin(object):
         return result
 
     def _remove_pending_result(self, task_id):
-        for map in self._pending_results:
-            map.pop(task_id, None)
+        for mapping in self._pending_results:
+            mapping.pop(task_id, None)
 
     def on_result_fulfilled(self, result):
         self.result_consumer.cancel_for(result.id)