From d57bc3ff01f43ae9221deb9c570437bd84f8b2e4 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 09:41:11 -0800 Subject: [PATCH] chore: remove unused comment in io.py --- aider/io.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index f556fcb37..b743b5b6b 100644 --- a/aider/io.py +++ b/aider/io.py @@ -479,7 +479,7 @@ class InputOutput: return "" except Exception as err: import traceback - + # remove this comment ai! self.tool_error(str(err)) self.tool_error(traceback.format_exc()) return ""