mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-19 20:05:00 +00:00
fix: Mark unused variable in test
This commit is contained in:
parent
756372809e
commit
3caab85931
1 changed files with 1 additions and 1 deletions
|
@ -835,7 +835,7 @@ two
|
|||
self.assertNotIn(fname3, str(coder.abs_fnames))
|
||||
|
||||
def test_skip_gitignored_files_on_init(self):
|
||||
with GitTemporaryDirectory() as tmpdir:
|
||||
with GitTemporaryDirectory() as _:
|
||||
repo_path = Path(".")
|
||||
repo = git.Repo.init(repo_path)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue