diff options
Diffstat (limited to 'subcmds')
-rw-r--r-- | subcmds/list.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/list.py b/subcmds/list.py index 00172f0e..231da941 100644 --- a/subcmds/list.py +++ b/subcmds/list.py | |||
@@ -15,7 +15,6 @@ | |||
15 | # limitations under the License. | 15 | # limitations under the License. |
16 | 16 | ||
17 | from __future__ import print_function | 17 | from __future__ import print_function |
18 | import sys | ||
19 | 18 | ||
20 | from command import Command, MirrorSafeCommand | 19 | from command import Command, MirrorSafeCommand |
21 | 20 | ||