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
c3d6484f6c
commit
5d5fed62f2
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
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():
|
||||||
# Test various AI comment patterns
|
# Test various AI comment patterns
|
||||||
test_comments = [
|
test_comments = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue