Skip to content

Commit 86dc3ca

Browse files
committed
Fix import ordering (isort)
1 parent eb7b49a commit 86dc3ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

git_machete/client/traverse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
UnexpectedMacheteException)
1313
from git_machete.git_operations import (GitContext, LocalBranchShortName,
1414
SyncToRemoteStatus)
15-
from git_machete.utils import (bold, flat_map, fmt,
16-
get_pretty_choices, get_right_arrow)
15+
from git_machete.utils import (bold, flat_map, fmt, get_pretty_choices,
16+
get_right_arrow)
1717

1818

1919
class TraverseReturnTo(ParsableEnum):

0 commit comments

Comments
 (0)