From 79355f5c92820017de0d64db9fa9eccf07feca15 Mon Sep 17 00:00:00 2001 From: Rishabh Dave Date: Mon, 4 Mar 2024 17:11:21 +0530 Subject: [PATCH] mgr/vol: don't import IndexException since it's unused Introduced-by: 079f722c37ef6cc8bd3cc26c49ae119dd83431f9 Signed-off-by: Rishabh Dave (cherry picked from commit b4c1d552aa4066efdda3493192927cb780693469) --- src/pybind/mgr/volumes/fs/volume.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/mgr/volumes/fs/volume.py b/src/pybind/mgr/volumes/fs/volume.py index 0c4a075980540..2e96f830636bf 100644 --- a/src/pybind/mgr/volumes/fs/volume.py +++ b/src/pybind/mgr/volumes/fs/volume.py @@ -20,7 +20,7 @@ from .operations.subvolume import open_subvol, create_subvol, remove_subvol, \ from .vol_spec import VolSpec from .exception import VolumeException, ClusterError, ClusterTimeout, \ - EvictionError, IndexException + EvictionError from .async_cloner import Cloner from .purge_queue import ThreadPoolPurgeQueueMixin from .operations.template import SubvolumeOpType -- 2.39.5