浏览代码

Python 3 support: Missed reduce import

Ask Solem 8 年之前
父节点
当前提交
2b3b6369e4
共有 1 个文件被更改,包括 1 次插入0 次删除
  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