From bb9048a7b0ae4ee807e539ef760b31093ad3bad8 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 4 Jul 2019 15:01:28 +0800 Subject: [PATCH] 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) --- src/pybind/mgr/volumes/module.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pybind/mgr/volumes/module.py b/src/pybind/mgr/volumes/module.py index 6548cc0c0c844..60d78a964959f 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 -- 2.39.5