mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: remove unused import of PathCompleter from aider/io.py
This commit is contained in:
parent
ad0497dfdf
commit
b9fb59dc3e
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ from pathlib import Path
|
|||
from prompt_toolkit.completion import (
|
||||
Completer,
|
||||
Completion,
|
||||
PathCompleter,
|
||||
ThreadedCompleter,
|
||||
)
|
||||
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue