summaryrefslogtreecommitdiff
path: root/git/test/test_repo.py
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2017-02-25 11:33:59 +0100
committerSebastian Thiel <byronimo@gmail.com>2017-02-25 11:33:59 +0100
commit72dddc7981c90a1e844898cf9d1703f5a7a55822 (patch)
treef2e030dc43e419c2703769b15a6f4db9265b2c83 /git/test/test_repo.py
parentd3bd3c6b94c735c725f39959730de11c1cebe67a (diff)
downloadgitpython-72dddc7981c90a1e844898cf9d1703f5a7a55822.tar.gz
chore(flake): satisfy linter
Diffstat (limited to 'git/test/test_repo.py')
-rw-r--r--git/test/test_repo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/git/test/test_repo.py b/git/test/test_repo.py
index 5dc7bbb0..4f9be4fc 100644
--- a/git/test/test_repo.py
+++ b/git/test/test_repo.py
@@ -933,7 +933,6 @@ class TestRepo(TestBase):
# move .git directory to a subdirectory
# set GIT_DIR and GIT_WORK_TREE appropriately
# check that repo.working_tree_dir == rw_dir
- git = Git(rw_dir)
self.rorepo.clone(join_path_native(rw_dir, 'master_repo'))
repo_dir = join_path_native(rw_dir, 'master_repo')
@@ -953,4 +952,3 @@ class TestRepo(TestBase):
self.assertEqual(r.working_dir, repo_dir)
finally:
os.environ = oldenv
-