fix: Mark unused variable in test

This commit is contained in:
Paul Gauthier (aider) 2025-05-13 13:44:59 -07:00
parent 756372809e
commit 3caab85931

View file

@ -835,7 +835,7 @@ two
self.assertNotIn(fname3, str(coder.abs_fnames)) self.assertNotIn(fname3, str(coder.abs_fnames))
def test_skip_gitignored_files_on_init(self): def test_skip_gitignored_files_on_init(self):
with GitTemporaryDirectory() as tmpdir: with GitTemporaryDirectory() as _:
repo_path = Path(".") repo_path = Path(".")
repo = git.Repo.init(repo_path) repo = git.Repo.init(repo_path)