]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/pybind/mgr/restful/api/crush.py
import quincy beta 17.1.0
[ceph.git] / ceph / src / pybind / mgr / restful / api / crush.py
index 015c494962e0c24f465c9c62198a3c4414d080c8..79f9007b6fdc8f1cff07b79775bef1dd71c731b7 100644 (file)
@@ -2,7 +2,6 @@ from pecan import expose
 from pecan.rest import RestController
 
 from restful import common, context
-from collections import defaultdict
 
 from restful.decorators import auth