Skip to content

Commit b4c1d55

Browse files
mgr/vol: don't import IndexException since it's unused
Introduced-by: 079f722 Signed-off-by: Rishabh Dave <[email protected]>
1 parent 1a1fd80 commit b4c1d55

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
@@ -20,7 +20,7 @@
2020

2121
from .vol_spec import VolSpec
2222
from .exception import VolumeException, ClusterError, ClusterTimeout, \
23-
EvictionError, IndexException
23+
EvictionError
2424
from .async_cloner import Cloner
2525
from .purge_queue import ThreadPoolPurgeQueueMixin
2626
from .operations.template import SubvolumeOpType

0 commit comments

Comments
 (0)