chore: remove AI comment from watch.py

This commit is contained in:
Paul Gauthier (aider) 2024-12-01 08:26:39 -08:00
parent 8c1d9bffcd
commit ee4206099a

View file

@ -195,7 +195,6 @@ 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 remove this comment!
context = TreeContext(
rel_fname,
code,