From 72dddc7981c90a1e844898cf9d1703f5a7a55822 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 25 Feb 2017 11:33:59 +0100 Subject: chore(flake): satisfy linter --- git/test/test_repo.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'git/test') 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 - -- cgit v1.2.1