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.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=bc13b7941dc06072d103dd50e00f8089dfacfb13;p=ceph-ci.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 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