Ask Solem 12 年之前
父节点
当前提交
3898d64911
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      celery/datastructures.py

+ 0 - 1
celery/datastructures.py

@@ -13,7 +13,6 @@ import sys
 import time
 
 from collections import defaultdict
-from collections import defaultdict, MutableMapping
 from itertools import chain
 
 try: