mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
wip
This commit is contained in:
parent
9c5ef0b41a
commit
c745d0dc38
2 changed files with 11 additions and 4 deletions
|
@ -5,7 +5,12 @@ from dataclasses import dataclass
|
|||
from datetime import datetime
|
||||
from pathlib import Path
|
||||
|
||||
from prompt_toolkit.completion import Completer, Completion, ThreadedCompleter
|
||||
from prompt_toolkit.completion import (
|
||||
Completer,
|
||||
Completion,
|
||||
PathCompleter,
|
||||
ThreadedCompleter,
|
||||
)
|
||||
from prompt_toolkit.cursor_shapes import ModalCursorShapeConfig
|
||||
from prompt_toolkit.enums import EditingMode
|
||||
from prompt_toolkit.history import FileHistory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue