Explorar o código

Python 3 support: Missed reduce import

Ask Solem %!s(int64=8) %!d(string=hai) anos
pai
achega
2b3b6369e4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      celery/local.py

+ 1 - 0
celery/local.py

@@ -11,6 +11,7 @@ from __future__ import absolute_import, unicode_literals
 import operator
 import sys
 
+from functools import reduce
 from importlib import import_module
 from types import ModuleType