summaryrefslogtreecommitdiffstats
path: root/subcmds/prune.py
diff options
context:
space:
mode:
Diffstat (limited to 'subcmds/prune.py')
-rw-r--r--subcmds/prune.py3
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 @@
15import itertools 15import itertools
16 16
17from color import Coloring 17from color import Coloring
18from command import DEFAULT_LOCAL_JOBS, PagedCommand 18from command import DEFAULT_LOCAL_JOBS
19from command import PagedCommand
19 20
20 21
21class Prune(PagedCommand): 22class Prune(PagedCommand):