Skip to content

Commit

Permalink
Fix isort error
Browse files Browse the repository at this point in the history
Signed-off-by: Bryan Gurney <[email protected]>
  • Loading branch information
bgurney-rh committed Sep 22, 2023
1 parent 5debd11 commit 5c571cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stratis_cli/_actions/_report_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
# isort: THIRDPARTY
import dbus

from .._errors import StratisCliResourceNotFoundError
from .._constants import PoolIdType
from .._errors import StratisCliResourceNotFoundError
from ._connection import get_object
from ._constants import TOP_OBJECT

Expand Down

0 comments on commit 5c571cc

Please sign in to comment.