diff options
author | David Pursehouse <dpursehouse@collab.net> | 2020-02-12 11:25:13 +0900 |
---|---|---|
committer | David Pursehouse <dpursehouse@collab.net> | 2020-02-12 05:40:10 +0000 |
commit | 9090e804ab48adb96abc63e7403426534f4a0026 (patch) | |
tree | 1fde153b987811a16ac930ff605cd154e3647d01 /main.py | |
parent | eeff3537de0fe4a6d4f5dc3d04cd2dc28c3a044f (diff) | |
download | git-repo-9090e804ab48adb96abc63e7403426534f4a0026.tar.gz |
Remove unused imports
flake8 reports:
F401 'name' imported but unused
Change-Id: Id45d6efa87ddf53f2c4a0f0c4136ea361ab1b746
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/254592
Reviewed-by: Mike Frysinger <vapier@google.com>
Tested-by: David Pursehouse <dpursehouse@collab.net>
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,7 +47,7 @@ except ImportError: | |||
47 | from color import SetDefaultColoring | 47 | from color import SetDefaultColoring |
48 | import event_log | 48 | import event_log |
49 | from repo_trace import SetTrace | 49 | from repo_trace import SetTrace |
50 | from git_command import git, GitCommand, user_agent | 50 | from git_command import user_agent |
51 | from git_config import init_ssh, close_ssh | 51 | from git_config import init_ssh, close_ssh |
52 | from command import InteractiveCommand | 52 | from command import InteractiveCommand |
53 | from command import MirrorSafeCommand | 53 | from command import MirrorSafeCommand |