Skip to content

Commit 3f1672c

Browse files
committed
Merge PR ceph#55930 into main
* refs/pull/55930/head: mgr/vol: don't import IndexException since it's unused Reviewed-by: Jos Collin <[email protected]> Reviewed-by: Neeraj Pratap Singh <[email protected]> Reviewed-by: Venky Shankar <[email protected]>
2 parents b172940 + b4c1d55 commit 3f1672c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pybind/mgr/volumes/fs/volume.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
from .vol_spec import VolSpec
2525
from .exception import VolumeException, ClusterError, ClusterTimeout, \
26-
EvictionError, IndexException
26+
EvictionError
2727
from .async_cloner import Cloner
2828
from .purge_queue import ThreadPoolPurgeQueueMixin
2929
from .operations.template import SubvolumeOpType

0 commit comments

Comments
 (0)