From 8db48fb4f1cf238ba0007228644ba84d5369151e Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Thu, 5 Dec 2024 14:46:31 -0800 Subject: [PATCH] refactor: simplify comment in utils.py --- aider/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/utils.py b/aider/utils.py index 1ca493532..19a2b7c32 100644 --- a/aider/utils.py +++ b/aider/utils.py @@ -400,4 +400,4 @@ def main(): spinner.step() spinner.end() -# add main() that runs a spinner for 10 seconds in 1/4 sec steps AI! +# add __main__ AI!