From 8c1d9bffcd9fd97d39d3ac9ade18f3ab628fcacd Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 08:26:38 -0800 Subject: [PATCH] style: standardize AI comment format in watch.py --- aider/watch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/watch.py b/aider/watch.py index 87e5ddcad..2a8672d86 100644 --- a/aider/watch.py +++ b/aider/watch.py @@ -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,