Skip to content

Commit f543c1e

Browse files
committed
style: Break long line in test_coder.py to comply with flake8 E501
1 parent 74254cd commit f543c1e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

tests/basic/test_coder.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,8 @@ def test_get_file_mentions_various_formats(self):
320320
(f"```\n{test_files[3]}\n```", {test_files[3]}),
321321
# Files in code blocks with language specifier
322322
# (
323-
# f"```python\nwith open('{test_files[1]}', 'r') as f:\n data = f.read()\n```",
323+
# f"```python\nwith open('{test_files[1]}', 'r') as f:\n"
324+
# f" data = f.read()\n```",
324325
# {test_files[1]},
325326
# ),
326327
# Files with Windows-style paths

0 commit comments

Comments
 (0)