From cd922e919ede15358886f5504da78cebc757448a Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 07:49:11 -0800 Subject: [PATCH] refactor: simplify get_ai_comments to return only line numbers and bang status --- aider/watch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aider/watch.py b/aider/watch.py index 3aa1dca72..05e2f472e 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -192,6 +192,7 @@ class FileWatcher: dump(res) return res + #ai don't return the comments, just line nums and has bang! def get_ai_comments(self, filepath): """Extract all AI comments from a file, returning comments, line numbers and bang status""" comments = []