From bc13b7941dc06072d103dd50e00f8089dfacfb13 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 --- 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 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 -- 2.39.5