style: Break long line in test_coder.py to comply with flake8 E501

This commit is contained in:
Paul Gauthier (aider) 2025-03-22 13:37:11 -07:00
parent 74254cdbd5
commit f543c1ee1c

View file

@ -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