diff options
Diffstat (limited to 'subcmds/status.py')
-rw-r--r-- | subcmds/status.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/subcmds/status.py b/subcmds/status.py index 6e0026f9..dac61ab6 100644 --- a/subcmds/status.py +++ b/subcmds/status.py | |||
@@ -17,9 +17,9 @@ import glob | |||
17 | import io | 17 | import io |
18 | import os | 18 | import os |
19 | 19 | ||
20 | from command import DEFAULT_LOCAL_JOBS, PagedCommand | ||
21 | |||
22 | from color import Coloring | 20 | from color import Coloring |
21 | from command import DEFAULT_LOCAL_JOBS | ||
22 | from command import PagedCommand | ||
23 | import platform_utils | 23 | import platform_utils |
24 | 24 | ||
25 | 25 | ||