mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Remove trailing whitespace in test_main.py
This commit is contained in:
parent
1ec257278e
commit
8679c425e0
1 changed files with 5 additions and 6 deletions
|
@ -941,8 +941,7 @@ class TestMain(TestCase):
|
|||
rel_path = ".aiderignore"
|
||||
expected = os.path.join(git_root, rel_path)
|
||||
self.assertEqual(
|
||||
resolve_aiderignore_path(rel_path, git_root),
|
||||
str(Path(git_root) / rel_path)
|
||||
resolve_aiderignore_path(rel_path, git_root), str(Path(git_root) / rel_path)
|
||||
)
|
||||
|
||||
# Test with relative path and no git root
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue