diff options
Diffstat (limited to 'subcmds/init.py')
-rw-r--r-- | subcmds/init.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/init.py b/subcmds/init.py index 90b76e8b..0d0fcd06 100644 --- a/subcmds/init.py +++ b/subcmds/init.py | |||
@@ -19,7 +19,6 @@ import sys | |||
19 | from color import Coloring | 19 | from color import Coloring |
20 | from command import InteractiveCommand, MirrorSafeCommand | 20 | from command import InteractiveCommand, MirrorSafeCommand |
21 | from error import ManifestParseError | 21 | from error import ManifestParseError |
22 | from remote import Remote | ||
23 | from project import SyncBuffer | 22 | from project import SyncBuffer |
24 | from git_command import git, MIN_GIT_VERSION | 23 | from git_command import git, MIN_GIT_VERSION |
25 | 24 | ||