| Index: testing_support/git_test_utils.py
|
| diff --git a/testing_support/git_test_utils.py b/testing_support/git_test_utils.py
|
| index 10e54f51b5aab7fe1e621b9528f2aa1ce5b40a25..fbe7c73c302883a67a2c9ba9b13e7cac49916c8a 100644
|
| --- a/testing_support/git_test_utils.py
|
| +++ b/testing_support/git_test_utils.py
|
| @@ -349,7 +349,6 @@ class GitRepo(object):
|
| env['GIT_%s' % singleton] = str(val)
|
| return env
|
|
|
| -
|
| def git(self, *args, **kwargs):
|
| """Runs a git command specified by |args| in this repo."""
|
| assert self.repo_path is not None
|
|
|