From b9fb59dc3ec25faa62317f906a86a642eb815f00 Mon Sep 17 00:00:00 2001 From: "Paul Gauthier (aider)" Date: Sat, 28 Sep 2024 15:02:33 -0700 Subject: [PATCH] fix: remove unused import of PathCompleter from aider/io.py --- aider/io.py | 1 - 1 file changed, 1 deletion(-) diff --git a/aider/io.py b/aider/io.py index 7c3569ff0..d4fdeb888 100644 --- a/aider/io.py +++ b/aider/io.py @@ -8,7 +8,6 @@ from pathlib import Path from prompt_toolkit.completion import ( Completer, Completion, - PathCompleter, ThreadedCompleter, ) from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig