mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
style: Fix linting issues in test_watch.py
This commit is contained in:
parent
7a3fd11b6b
commit
e9ce04ffe9
1 changed files with 2 additions and 1 deletions
|
@ -1,11 +1,12 @@
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from aider.watch import FileWatcher
|
from aider.watch import FileWatcher
|
||||||
|
|
||||||
|
|
||||||
def test_ai_comment_pattern():
|
def test_ai_comment_pattern():
|
||||||
# Read fixture files
|
# Read fixture files
|
||||||
fixtures_dir = Path(__file__).parent.parent / "fixtures"
|
fixtures_dir = Path(__file__).parent.parent / "fixtures"
|
||||||
|
|
||||||
with open(fixtures_dir / "watch.py") as f:
|
with open(fixtures_dir / "watch.py") as f:
|
||||||
py_content = f.read()
|
py_content = f.read()
|
||||||
with open(fixtures_dir / "watch.js") as f:
|
with open(fixtures_dir / "watch.js") as f:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue