From 96b6056411def90ad378beb8535ca1421f81b1b6 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 1 Dec 2024 09:43:42 -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..df5213b84 100644 --- a/aider/io.py +++ b/aider/io.py @@ -7,7 +7,7 @@ from dataclasses import dataclass from datetime import datetime from io import StringIO from pathlib import Path - +# remove this comment ai! from prompt_toolkit.completion import Completer, Completion, ThreadedCompleter from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig from prompt_toolkit.enums import EditingMode