mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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 (
|
from prompt_toolkit.completion import (
|
||||||
Completer,
|
Completer,
|
||||||
Completion,
|
Completion,
|
||||||
PathCompleter,
|
|
||||||
ThreadedCompleter,
|
ThreadedCompleter,
|
||||||
)
|
)
|
||||||
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig
|
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue