From 060265da4dc82562f24971d0fff40f6e012d2220 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 1b7c5aeb1a5..9f6a2e2a646 100644 --- a/src/pybind/mgr/volumes/fs/volume.py +++ b/src/pybind/mgr/volumes/fs/volume.py @@ -22,7 +22,7 @@ from .operations.trash import Trash 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