From 02bc9a85c026ab4dd8aadea73156247f0d5d3131 Mon Sep 17 00:00:00 2001 From: Andrew Grigorev Date: Sat, 12 Apr 2025 18:14:08 +0300 Subject: [PATCH] Revert "chore: add test comment to dump function" This reverts commit ff8e9850ba2dd61a5ff1cc6f5b2cb30d0469082e. --- aider/dump.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/dump.py b/aider/dump.py index 85065a97d..6098d0b73 100644 --- a/aider/dump.py +++ b/aider/dump.py @@ -13,7 +13,6 @@ def cvt(s): def dump(*vals): # This is a test comment - # This is another test comment # http://docs.python.org/library/traceback.html stack = traceback.extract_stack() vars = stack[-2][3]