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-root-testing-20240411.174241~110^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=79355f5c92820017de0d64db9fa9eccf07feca15;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 0c4a0759805..2e96f830636 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