From: Rishabh Dave Date: Mon, 4 Mar 2024 11:41:21 +0000 (+0530) Subject: mgr/vol: don't import IndexException since it's unused X-Git-Tag: testing/wip-pdonnell-testing-20240430.123648-reef-debug~125^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=060265da4dc82562f24971d0fff40f6e012d2220;p=ceph-ci.git mgr/vol: don't import IndexException since it's unused Introduced-by: 079f722c37ef6cc8bd3cc26c49ae119dd83431f9 Signed-off-by: Rishabh Dave (cherry picked from commit b4c1d552aa4066efdda3493192927cb780693469) --- 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