diff options
Diffstat (limited to 'subcmds/abandon.py')
-rw-r--r-- | subcmds/abandon.py | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/subcmds/abandon.py b/subcmds/abandon.py index 1499c75e..996c3d2c 100644 --- a/subcmds/abandon.py +++ b/subcmds/abandon.py | |||
@@ -17,10 +17,12 @@ import functools | |||
17 | import itertools | 17 | import itertools |
18 | import sys | 18 | import sys |
19 | 19 | ||
20 | from command import Command, DEFAULT_LOCAL_JOBS | 20 | from command import Command |
21 | from command import DEFAULT_LOCAL_JOBS | ||
22 | from error import RepoError | ||
23 | from error import RepoExitError | ||
21 | from git_command import git | 24 | from git_command import git |
22 | from progress import Progress | 25 | from progress import Progress |
23 | from error import RepoError, RepoExitError | ||
24 | 26 | ||
25 | 27 | ||
26 | class AbandonError(RepoExitError): | 28 | class AbandonError(RepoExitError): |