diff options
Diffstat (limited to 'subcmds/diff.py')
-rw-r--r-- | subcmds/diff.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/diff.py b/subcmds/diff.py index 5c627c0c..d9d72b40 100644 --- a/subcmds/diff.py +++ b/subcmds/diff.py | |||
@@ -15,7 +15,8 @@ | |||
15 | import functools | 15 | import functools |
16 | import io | 16 | import io |
17 | 17 | ||
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 Diff(PagedCommand): | 22 | class Diff(PagedCommand): |