Skip to content

Commit c7d4f82

Browse files
committed
Import name from the module wherein it is defined
Signed-off-by: mulhern <amulhern@redhat.com>
1 parent ced4220 commit c7d4f82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stratis_cli/_actions/_crypt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
StratisCliIncoherenceError,
2626
StratisCliInPlaceNotSpecified,
2727
StratisCliNoChangeError,
28-
StratisdErrors,
2928
)
29+
from .._stratisd_constants import StratisdErrors
3030
from ._connection import get_object
3131
from ._constants import TOP_OBJECT
3232
from ._utils import long_running_operation

0 commit comments

Comments
 (0)