mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-20 12:24:59 +00:00
style: Break long line in test_coder.py to comply with flake8 E501
This commit is contained in:
parent
74254cdbd5
commit
f543c1ee1c
1 changed files with 2 additions and 1 deletions
|
@ -320,7 +320,8 @@ class TestCoder(unittest.TestCase):
|
|||
(f"```\n{test_files[3]}\n```", {test_files[3]}),
|
||||
# Files in code blocks with language specifier
|
||||
# (
|
||||
# f"```python\nwith open('{test_files[1]}', 'r') as f:\n data = f.read()\n```",
|
||||
# f"```python\nwith open('{test_files[1]}', 'r') as f:\n"
|
||||
# f" data = f.read()\n```",
|
||||
# {test_files[1]},
|
||||
# ),
|
||||
# Files with Windows-style paths
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue