diff options
Diffstat (limited to 'subcmds/prune.py')
-rw-r--r-- | subcmds/prune.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/prune.py b/subcmds/prune.py index 5a68c14a..f18471f3 100644 --- a/subcmds/prune.py +++ b/subcmds/prune.py | |||
@@ -15,7 +15,8 @@ | |||
15 | import itertools | 15 | import itertools |
16 | 16 | ||
17 | from color import Coloring | 17 | from color import Coloring |
18 | from command import DEFAULT_LOCAL_JOBS, PagedCommand | 18 | from command import DEFAULT_LOCAL_JOBS |
19 | from command import PagedCommand | ||
19 | 20 | ||
20 | 21 | ||
21 | class Prune(PagedCommand): | 22 | class Prune(PagedCommand): |