mirror of
https://github.com/Aider-AI/aider
synced 2026-04-26 01:25:17 +02:00
style: Fix string quotes in test_coder.py
This commit is contained in:
@@ -301,7 +301,7 @@ class TestCoder(unittest.TestCase):
|
||||
]
|
||||
|
||||
# Pre-format the Windows path to avoid backslash issues in f-string expressions
|
||||
windows_path = test_files[2].replace('/', '\\')
|
||||
windows_path = test_files[2].replace("/", "\\")
|
||||
|
||||
for fname in test_files:
|
||||
fpath = Path(fname)
|
||||
|
||||
Reference in New Issue
Block a user