From f543c1ee1ca694ee2af57a3f766b5eda47f19517 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 22 Mar 2025 13:37:11 -0700 Subject: [PATCH] style: Break long line in test_coder.py to comply with flake8 E501 --- tests/basic/test_coder.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/basic/test_coder.py b/tests/basic/test_coder.py index 7d9d0e2df..e4d99fa6f 100644 --- a/tests/basic/test_coder.py +++ b/tests/basic/test_coder.py @@ -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