From: dengchl01 <85543564+dengchl01@users.noreply.github.com> Date: Fri, 27 Aug 2021 03:19:27 +0000 (+0800) Subject: mgr/restful/api/crush.py: delete unused reference X-Git-Tag: v17.1.0~1000^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=4a32451b4817be365c3dc63eaab296c5275808c0;p=ceph.git mgr/restful/api/crush.py: delete unused reference This commit delete unused reference of the crush page. Signed-off-by: Charlie Developer --- diff --git a/src/pybind/mgr/restful/api/crush.py b/src/pybind/mgr/restful/api/crush.py index 015c494962e0c..79f9007b6fdc8 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