diff options
Diffstat (limited to 'subcmds/branches.py')
-rw-r--r-- | subcmds/branches.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/branches.py b/subcmds/branches.py index 4d5bb196..33523c38 100644 --- a/subcmds/branches.py +++ b/subcmds/branches.py | |||
@@ -16,7 +16,8 @@ import itertools | |||
16 | import sys | 16 | import sys |
17 | 17 | ||
18 | from color import Coloring | 18 | from color import Coloring |
19 | from command import Command, DEFAULT_LOCAL_JOBS | 19 | from command import Command |
20 | from command import DEFAULT_LOCAL_JOBS | ||
20 | 21 | ||
21 | 22 | ||
22 | class BranchColoring(Coloring): | 23 | class BranchColoring(Coloring): |