Skip to content

Commit 3caab85

Browse files
committed
fix: Mark unused variable in test
1 parent 7563728 commit 3caab85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/basic/test_coder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ def test_skip_aiderignored_files(self):
835835
self.assertNotIn(fname3, str(coder.abs_fnames))
836836

837837
def test_skip_gitignored_files_on_init(self):
838-
with GitTemporaryDirectory() as tmpdir:
838+
with GitTemporaryDirectory() as _:
839839
repo_path = Path(".")
840840
repo = git.Repo.init(repo_path)
841841

0 commit comments

Comments
 (0)