diff --git a/tests/basic/test_watch.py b/tests/basic/test_watch.py index 6ea9f0b12..f8d8ab8b4 100644 --- a/tests/basic/test_watch.py +++ b/tests/basic/test_watch.py @@ -1,11 +1,12 @@ from pathlib import Path + from aider.watch import FileWatcher def test_ai_comment_pattern(): # Read fixture files fixtures_dir = Path(__file__).parent.parent / "fixtures" - + with open(fixtures_dir / "watch.py") as f: py_content = f.read() with open(fixtures_dir / "watch.js") as f: