style: improve comment clarity in FileWatcher class

This commit is contained in:
Paul Gauthier 2024-12-01 08:24:13 -08:00 committed by Paul Gauthier (aider)
parent dcc0841443
commit bc759a32e3

View file

@ -172,7 +172,7 @@ class FileWatcher:
if line_nums:
ai_comments[fname] = comments
# feed the filenames and line numbers to TreeContext, like repomap does
# feed the filenames and line numbers to render TreeContext, like repomap does ai!
res = "\n".join(
comment for comments in ai_comments.values() if comments for comment in comments
)