style: Fix linting issues in test_watch.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 10:04:40 -08:00
parent 7a3fd11b6b
commit e9ce04ffe9

View file

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