]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/volumes: do not import unused module
authorKefu Chai <kchai@redhat.com>
Thu, 4 Jul 2019 07:01:28 +0000 (15:01 +0800)
committerRamana Raja <rraja@redhat.com>
Wed, 17 Jul 2019 10:07:37 +0000 (15:37 +0530)
cephfs is not used in this module, so drop its `import`

Signed-off-by: Kefu Chai <kchai@redhat.com>
(cherry picked from commit bc13b7941dc06072d103dd50e00f8089dfacfb13)

src/pybind/mgr/volumes/module.py

index 6548cc0c0c8446e0952221a8de0d37a2d8c6be89..60d78a964959f53f29d46b95c617ed73ad8ce459 100644 (file)
@@ -6,7 +6,6 @@ try:
 except ImportError:
     import Queue
 
-import cephfs
 from mgr_module import MgrModule
 import orchestrator