style: standardize AI comment format in watch.py

This commit is contained in:
Paul Gauthier 2024-12-01 08:26:38 -08:00 committed by Paul Gauthier (aider)
parent a3a510308c
commit 8c1d9bffcd

View file

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