diff options
author | dengchl01 <85543564+dengchl01@users.noreply.github.com> | 2021-08-27 05:19:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-27 05:19:27 +0200 |
commit | 4a32451b4817be365c3dc63eaab296c5275808c0 (patch) | |
tree | 27063308e300197315433fe45a7b4e9f471ca18a /src/pybind/mgr/restful/api/crush.py | |
parent | Merge PR #42530 into master (diff) | |
download | ceph-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.py | 1 |
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 |