From: Kefu Chai Date: Thu, 4 Jul 2019 07:01:28 +0000 (+0800) Subject: mgr/volumes: do not import unused module X-Git-Tag: v15.1.0~2295^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F28875%2Fhead;p=ceph.git mgr/volumes: do not import unused module cephfs is not used in this module, so drop its `import` Signed-off-by: Kefu Chai --- diff --git a/src/pybind/mgr/volumes/module.py b/src/pybind/mgr/volumes/module.py index 6548cc0c0c84..60d78a964959 100644 --- a/src/pybind/mgr/volumes/module.py +++ b/src/pybind/mgr/volumes/module.py @@ -6,7 +6,6 @@ try: except ImportError: import Queue -import cephfs from mgr_module import MgrModule import orchestrator