summaryrefslogtreecommitdiffstats
path: root/src/pybind/mgr
diff options
context:
space:
mode:
authordengchl01 <85543564+dengchl01@users.noreply.github.com>2021-08-27 05:19:27 +0200
committerGitHub <noreply@github.com>2021-08-27 05:19:27 +0200
commit4a32451b4817be365c3dc63eaab296c5275808c0 (patch)
tree27063308e300197315433fe45a7b4e9f471ca18a /src/pybind/mgr
parentMerge PR #42530 into master (diff)
downloadceph-4a32451b4817be365c3dc63eaab296c5275808c0.tar.xz
ceph-4a32451b4817be365c3dc63eaab296c5275808c0.zip
mgr/restful/api/crush.py: delete unused reference
This commit delete unused reference of the crush page. Signed-off-by: Charlie Developer <dengchl01@inspur.com>
Diffstat (limited to '')
-rw-r--r--src/pybind/mgr/restful/api/crush.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/pybind/mgr/restful/api/crush.py b/src/pybind/mgr/restful/api/crush.py
index 015c494962e..79f9007b6fd 100644
--- a/src/pybind/mgr/restful/api/crush.py
+++ b/src/pybind/mgr/restful/api/crush.py
@@ -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