From: Kefu Chai Date: Thu, 4 Jul 2019 07:01:28 +0000 (+0800) Subject: mgr/volumes: do not import unused module X-Git-Tag: v14.2.3~168^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=bb9048a7b0ae4ee807e539ef760b31093ad3bad8;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 (cherry picked from commit bc13b7941dc06072d103dd50e00f8089dfacfb13) --- diff --git a/src/pybind/mgr/volumes/module.py b/src/pybind/mgr/volumes/module.py index 6548cc0c0c8..60d78a96495 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