Chromium Code Reviews| Index: git_try.py |
| diff --git a/git_try.py b/git_try.py |
| index f8f6d306a86c921032090ca45dbdc37780bd2dd9..e0fb7f6d6a2ea1f1e5a2e12cabb8c99e8e983d72 100755 |
| --- a/git_try.py |
| +++ b/git_try.py |
| @@ -7,8 +7,6 @@ |
| import logging |
| import sys |
| -import breakpad # pylint: disable=W0611 |
| - |
| from scm import GIT |
| import subprocess2 |
| import third_party.upload |