From c5adc92f8ba385afa2a6bee3c3c0d1e72c6de026 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sun, 1 Dec 2024 09:43:43 -0800 Subject: [PATCH] chore: remove unnecessary comment from io.py --- aider/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index df5213b84..23f6e573b 100644 --- a/aider/io.py +++ b/aider/io.py @@ -7,7 +7,6 @@ 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