mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 08:14:59 +00:00
style: standardize AI comment format in watch.py
This commit is contained in:
parent
a3a510308c
commit
8c1d9bffcd
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ Be sure to remove all these "ai" comments from the code!
|
|||
# Convert comment line numbers to line indices (0-based)
|
||||
lois = [ln - 1 for ln, _ in zip(line_nums, comments) if ln > 0]
|
||||
|
||||
# ai: just remove this comment!
|
||||
#ai remove this comment!
|
||||
context = TreeContext(
|
||||
rel_fname,
|
||||
code,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue