fix: remove unused import of PathCompleter from aider/io.py

This commit is contained in:
Paul Gauthier (aider) 2024-09-28 15:02:33 -07:00
parent ad0497dfdf
commit b9fb59dc3e

View file

@ -8,7 +8,6 @@ from pathlib import Path
from prompt_toolkit.completion import (
Completer,
Completion,
PathCompleter,
ThreadedCompleter,
)
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig